Freigeben über


IDCompositionDevice3::CreateGaussianBlurEffect-Methode (dcomp.h)

Erstellt eine instance von IDCompositionGaussianBlurEffect.

Syntax

HRESULT CreateGaussianBlurEffect(
  [out] IDCompositionGaussianBlurEffect **gaussianBlurEffect
);

Parameter

[out] gaussianBlurEffect

Typ: IDCompositionGaussianBlurEffect**

Empfängt die erstellte instance von IDCompositionGaussianBlurEffect.

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