Function ProWstringCompare
Description
Compares two wide strings for equality.
Synopsis
#include <ProWstring.h>
ProWstringCompare
(
wchar_t* wstr_1
/* (In)
The first wide string.
*/
wchar_t* wstr_2
/* (In)
The second wide string.
*/
int num_chars
/* (In)
The number of characters to compare. Pass PRO_VALUE_UNUSED to compare the entire strings.
*/
int* result
/* (Out)
The comparison result (as per "strcmp()")
*/
)
Returns
The information was returned successfully.
One or more arguments was invalid.
Sample Code References
User Guide References
도움이 되셨나요?