Freigeben über


IDCompositionDevice3::CreateHueRotationEffect-Methode (dcomp.h)

Erstellt eine instance von IDCompositionHueRotationEffect.

Syntax

HRESULT CreateHueRotationEffect(
  [out] IDCompositionHueRotationEffect **hueRotationEffect
);

Parameter

[out] hueRotationEffect

Typ: IDCompositionHueRotationEffect**

Empfängt die erstellte instance von IDCompositionHueRotationEffect.

Rückgabewert

Typ: HRESULT

Wenn diese Methode erfolgreich ist, wird S_OK zurückgegeben. Andernfalls wird ein Fehlercode HRESULT zurückgegeben.

Anforderungen

   
Zielplattform Windows
Kopfzeile dcomp.h
Bibliothek Dcomp.lib
DLL Dcomp.dll

Weitere Informationen

IDCompositionDevice3