Freigeben über


IDCompositionDevice3::CreateColorMatrixEffect-Methode (dcomp.h)

Erstellt eine instance von IDCompositionColorMatrixEffect.

Syntax

HRESULT CreateColorMatrixEffect(
  [out] IDCompositionColorMatrixEffect **colorMatrixEffect
);

Parameter

[out] colorMatrixEffect

Typ: IDCompositionColorMatrixEffect**

Empfängt die erstellte instance von IDCompositionColorMatrixEffect.

Rückgabewert

Typ: HRESULT

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

Anforderungen

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

Weitere Informationen

IDCompositionDevice3