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

Retrieves the mapping for an effect property.

Syntax

HRESULT GetNamedPropertyMapping(
        LPCWSTR                          name,
  [out] UINT                             *index,
  [out] GRAPHICS_EFFECT_PROPERTY_MAPPING *mapping
);

Parameters

name

Type: LPCWSTR

Name of the property.

[out] index

Type: UINT*

When this method returns, this parameter will contain the index of the property.

[out] mapping

Type: GRAPHICS_EFFECT_PROPERTY_MAPPING*

Indicates how a strongly-typed effect property maps to an underlying Direct2D effect property.

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