Description | |||||
Converts a multibyte character string to a wide string.
NOTES:
|
|||||
Synopsis | |||||
#include <ProUtil.h> | |||||
wchar_t* | ProStringToWstring | ( | |||
wchar_t* wstr | |||||
/* (Out) | |||||
The buffer to contain the widestring. The caller must declare or allocate enough memory for this argument. | |||||
*/ | |||||
char* str | |||||
/* (In) | |||||
The character string to convert, terminated by NULL character | |||||
*/ | |||||
) | |||||
Returns | |||||
|