wcstolX

NTSTATUS __stdcall wcstolX(WCHAR *nptr, WCHAR **endptr, INT64 ibase, INT64 AllowOverflow){
  INT64 v5; 
  INT64 AllowOverflowa; 

  LODWORD(AllowOverflowa) = AllowOverflow;
  LODWORD(v5) = 0;
  return wcstoxlX(
           (localeinfo_struct *)&_initiallocalestructinfo,
           nptr,
           (const WCHAR **)endptr,
           (unsigned int)ibase,
           v5,
           AllowOverflowa);
}

Referenced by:

No references.