IDWriteLocalizedStrings::GetLocaleNameLength method (dwrite.h)
Gets the length in characters (not including the null terminator) of the locale name with the specified index.
Syntax
HRESULT GetLocaleNameLength(
UINT32 index,
[out] UINT32 *length
);
Parameters
index
Type: UINT32
Zero-based index of the locale name to be retrieved.
[out] length
Type: UINT32*
When this method returns, contains the length in characters of the locale name, not including the null terminator.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps | UWP apps] |
Minimum supported server | Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps | UWP apps] |
Target Platform | Windows |
Header | dwrite.h |
Library | Dwrite.lib |
DLL | Dwrite.dll |