IGraphicsEffectD2D1Interop::GetSource method (windows.graphics.effects.interop.h)

Retrieves the effect source at the specified index.

Syntax

HRESULT GetSource(
        UINT                  index,
  [out] IGraphicsEffectSource **source
);

Parameters

index

Type: UINT

Index of the source the retrieve.

[out] source

Type: IGraphicsEffectSource**

When the method returns, this parameter will contain the source at the specified index.

Return value

Type: HRESULT

This method returns an HRESULT success or error code.

Requirements

Requirement Value
Target Platform Windows
Header windows.graphics.effects.interop.h

See also

IGraphicsEffectD2D1Interop