Microsoft DirectX 8.1 (C++) |
Retrieves the length of the specified wide string.
Syntax
int lstrlenW(
LPCWSTR lpszString
);
Parameters
lpszString
Pointer to a null-terminated wide string.
Return Value
If the function succeeds, the return value specifies the length of the string, in wide characters.
See Also