Converts a given wide string value to an integer.
Syntax
int WstrToInt( LPCWSTR wstrSrc );
Parameters
wstrSrc
Pointer to the source wide-character string.
Return Value
Returns the string's integer value.
See Also