ID2D1SvgElement::GetSpecifiedAttributeNameLength method
Gets the string length of the name of the specified attribute at the given index. The output string length does not include room for the null terminator.
Syntax
HRESULT GetSpecifiedAttributeNameLength( UINT32 index, [out] UINT32 *nameLength, [out, optional] BOOL *inherited = NULL );
Parameters
- index
-
Type: UINT32
The index of the attribute.
- nameLength [out]
-
Type: UINT32*
Outputs the string length of the name of the specified attribute.
- inherited [out, optional]
-
Type: BOOL*
Indicates whether the attribute is set to the inherit value.
Return value
Type: HRESULT
This method returns an HRESULT success or error code.
Requirements
|
Header |
|
|---|---|
|
DLL |
|
See also
Show: