Share via


PD2D1_EFFECT_FACTORY Rückruffunktion (d2d1_1.h)

Beschreibt die Implementierung eines Effekts.

Syntax

PD2D1_EFFECT_FACTORY Pd2d1EffectFactory;

HRESULT Pd2d1EffectFactory(
  IUnknown **effectImpl
)
{...}

Parameter

effectImpl

Die von der Factory zurückgegebene Effektimplementierung.

Rückgabewert

Die Effektfactory wird von einem Effektautor implementiert.

Anforderungen

   
Unterstützte Mindestversion (Client) Windows 8 und Plattformupdate für Windows 7 [Desktop-Apps | UWP-Apps]
Unterstützte Mindestversion (Server) Windows Server 2012 und Plattformupdate für Windows Server 2008 R2 [Desktop-Apps | UWP-Apps]
Zielplattform Windows
Kopfzeile d2d1_1.h

Weitere Informationen

ID2D1Effect