NAME

_wtoi64  (NTDLL.@)

SYNOPSIS

 LONGLONG _wtoi64
 (
  LPCWSTR str
 )

DESCRIPTION

Converts an unicode string to a large integer.

PARAMS

str [In] Wstring to be converted.

RETURNS

On success it returns the integer value otherwise it returns 0.

NOTES

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.

IMPLEMENTATION

Not defined in a Wine header. The function is either undocumented, or missing from Wine.

Implemented in "dlls/ntdll/wcstring.c". source.winehq.org/source/dlls/ntdll/wcstring.c


Copyright © 2007 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2007.