_wtol.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

_wtol (NTDLL.@)

SYNOPSIS

LONG _wtol
 (
  LPCWSTR str
 )

DESCRIPTION

Converts an unicode string to a long 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 "dlls/ntdll/wcstring.c".