_wtoi (NTDLL.@)
int _wtoi ( LPCWSTR str )
Converts an unicode string to an integer.
str | [In] | Wstring to be converted. |
On success it returns the integer value otherwise it returns 0.
Accepts: {whitespace} [+|-] {digits} No check is made for value overflow, only the lower 32 bits are assigned. If str is NULL it crashes, as the native function does.
Defined in "tchar.h".
Implemented in "dlls/ntdll/wcstring.c". source.winehq.org/source/dlls/ntdll/wcstring.c
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jan 2008.