_wtoi64 (NTDLL.@)
LONGLONG _wtoi64 ( LPCWSTR str )
Converts a unicode string to a large 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 64 bits are assigned. If str is NULL it crashes, as the native function does.
Declared in "include/msvcrt/corecrt_wstdlib.h". gitlab.winehq.org/wine/wine/blob/master/include/msvcrt/corecrt_wstdlib.h
Implemented in "dlls/ntdll/wcstring.c". gitlab.winehq.org/wine/wine/blob/master/dlls/ntdll/wcstring.c
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.