uaw_wcslen function (stralign.h)
[This function is not supported and may be altered or unavailable in the future. Applications should use the wcslen function.]
Retrieves the number of characters in a null-terminated Unicode string.
Syntax
size_t uaw_wcslen(
[in] PCUWSTR String
);
Parameters
[in] String
A pointer to a null-terminated Unicode string.
Return value
The return value is the number of characters in String, not including the terminating null character.
Remarks
This function is available only on 64-bit Windows.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | stralign.h |
DLL | Kernel32.dll |