StrToIntA.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

StrToIntA (SHLWAPI.@)

SYNOPSIS

int StrToIntA
 (
  LPCSTR lpszStr
 )

DESCRIPTION

Read a signed integer from a string.

PARAMS

lpszStr [In] String to read integer from.

RETURNS

The signed integer value represented by the string, or 0 if no integer is present.

NOTES

No leading space is allowed before the number, although a leading '-' is.

IMPLEMENTATION

Defined in "shlwapi.h".

Implemented in "dlls/shlwapi/string.c".

Debug channel "shell".