Partager via


IDCompositionDevice3 ::CreateShadowEffect, méthode (dcomp.h)

Crée un instance d’IDCompositionShadowEffect.

Syntaxe

HRESULT CreateShadowEffect(
  [out] IDCompositionShadowEffect **shadowEffect
);

Paramètres

[out] shadowEffect

Type : IDCompositionShadowEffect**

Reçoit le instance créé d’IDCompositionShadowEffect.

Valeur retournée

Type : HRESULT

Si cette méthode réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT.

Spécifications

Condition requise Valeur
Plateforme cible Windows
En-tête dcomp.h
Bibliothèque Dcomp.lib
DLL Dcomp.dll

Voir aussi

IDCompositionDevice3