PD2D1_EFFECT_FACTORY callback function (d2d1_1.h)

Describes the implementation of an effect.

Syntax

PD2D1_EFFECT_FACTORY Pd2d1EffectFactory;

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

Parameters

effectImpl

The effect implementation returned by the factory.

Return value

The effect factory is implemented by an effect author.

Requirements

Requirement Value
Minimum supported client Windows 8 and Platform Update for Windows 7 [desktop apps | UWP apps]
Minimum supported server Windows Server 2012 and Platform Update for Windows Server 2008 R2 [desktop apps | UWP apps]
Target Platform Windows
Header d2d1_1.h

See also

ID2D1Effect