UFromSz(3w)
NAME
UFromSz (MAPI32.133)
SYNOPSIS
UINT UFromSz
(
LPCSTR lpszStr
)
DESCRIPTION
Read an integer from a string.
PARAMS
lpszStr [In] String to read the integer from.
RETURNS
Success: The integer read from lpszStr.
Failure: 0, if the first character in lpszStr is not 0-9.
NOTES
This function does not accept whitespace and stops at the first nondigit character.
IMPLEMENTATION
Defined in "mapiutil.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/mapi32/util.c".
- Debug channel "mapi".