_wtoi(3w)

NAME

_wtoi (NTDLL.@)

SYNOPSIS

int _wtoi
 (
  LPCWSTR str
 )

DESCRIPTION

Converts a unicode string to an 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 32 bits are assigned. If str is NULL it crashes, as the native function does.

IMPLEMENTATION

Defined in "tchar.h".

Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/ntdll/wcstring.c".
Copyright © 2010-2025 Platon Technologies, s.r.o.           Index | Man stránky | tLDP | Dokumenty | Utilitky | O projekte
Design by styleshout