Microsoft DirectX 8.1 (C++) |
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