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". source.winehq.org/source/dlls/shlwapi/string.c

Debug channel "shell".


Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2008.