Function ProWstringLengthGet
Description
Returns the length of a widestring.
Synopsis
#include <ProWstring.h>
ProWstringLengthGet
(
wchar_t* wstr
/* (In)
The wide string.
*/
int* length
/* (Out)
The length of the string, in wide characters.
*/
)
Returns
The information was returned successfully.
One or more arguments was invalid.
Sample Code References
User Guide References
これは役に立ちましたか?