Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
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 | mincore.lib |