Merk
Tilgang til denne siden krever autorisasjon. Du kan prøve å logge på eller endre kataloger.
Tilgang til denne siden krever autorisasjon. Du kan prøve å endre kataloger.
Gets the length, in Unicode characters, of the specified string.
Syntax
UINT32 WindowsGetStringLen(
HSTRING string
);
Parameters
string
Type: [in] HSTRING
The string whose length is to be found.
Return value
Type: UINT32
The number of Unicode characters in string, including embedded null characters, but excluding the terminating null; or 0 if string is NULL.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 8 [desktop apps | UWP apps] |
| Minimum supported server | Windows Server 2012 [desktop apps | UWP apps] |
| Target Platform | Windows |
| Header | winstring.h |
| Library | RuntimeObject.lib |