StrToIntA(3w)
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 "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/shlwapi/string.c".
- Debug channel "shell".