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

Retrieve the property count for the effect.

Syntax

HRESULT GetPropertyCount(
  [out] UINT *count
);

Parameters

[out] count

Type: UINT*

When the method returns, this parameter will contain the property count.

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