.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH StrToIntA 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBStrToIntA\fR (SHLWAPI.@) .SH SYNOPSIS int StrToIntA ( LPCSTR \fIlpszStr\fR ) .SH DESCRIPTION .PP Read a signed integer from a string. .SH PARAMS \fIlpszStr\fR \fB[In]\fR String to read integer from. .PP .SH RETURNS .PP The signed integer value represented by the string, or \fB0\fR if no integer is present. .SH NOTES .PP No leading space is allowed before the number, although a leading \fB'-'\fR is. .SH IMPLEMENTATION .PP Declared in \fB"shlwapi.h"\fR. .PP Implemented in \fB"dlls/shlwapi/string.c"\fR. .PP Debug channel \fB"shell"\fR.