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

Retrieves the source count for the effect.

Syntax

HRESULT GetSourceCount(
  [out] UINT *count
);

Parameters

[out] count

Type: UINT*

When the method returns, this parameter will contain the source count for the effect.

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