IDWriteLocalizedStrings.GetLocaleNameLength

<summary> Gets the length in characters (not including the null terminator) of the locale name with the specified index. </summary> <param name="index">Zero-based index of the locale name.</param> <param name="length">Receives the length in characters, not including the null terminator.</param> <returns> Standard HRESULT error code. </returns>

interface IDWriteLocalizedStrings
extern (Windows)
HRESULT
GetLocaleNameLength
(
UINT32 index
,
UINT32* length
)

Meta