StrToIntA (SHLWAPI.@)
int StrToIntA ( LPCSTR lpszStr )
Read a signed integer from a string.
lpszStr | [In] | String to read integer from. |
The signed integer value represented by the string, or 0 if no integer is present.
No leading space is allowed before the number, although a leading '-' is.
Defined in "shlwapi.h".
Implemented in "dlls/shlwapi/string.c". source.winehq.org/source/dlls/shlwapi/string.c
Debug channel "shell".
Copyright © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Oct 2006.