ID2D1SvgElement::GetAttributeValue(PCWSTR,D2D1_SVG_ATTRIBUTE_POD_TYPE,void*,UINT32) method (d2d1svg.h)

Gets an attribute of this element as a POD type.

Syntax

HRESULT GetAttributeValue(
  [in]  PCWSTR                      name,
        D2D1_SVG_ATTRIBUTE_POD_TYPE type,
  [out] void                        *value,
        UINT32                      valueSizeInBytes
);

Parameters

[in] name

Type: PCWSTR

The name of the attribute.

type

Type: D2D1_SVG_ATTRIBUTE_POD_TYPE

The POD type of the value.

[out] value

Type: void*

The value of the attribute.

valueSizeInBytes

Type: UINT32

The size of the value in bytes.

Return value

Type: HRESULT

This method returns an HRESULT success or error code. Returns an error if the attribute is not specified. Returns an error if the attribute name is not valid on this element. Returns an error if the attribute cannot be expressed as the specified POD type.

Requirements

Requirement Value
Target Platform Windows
Header d2d1svg.h
DLL Direct2d.dll

See also

ID2D1SvgElement