UFromSz (MAPI32.133)
UINT UFromSz ( LPCSTR lpszStr )
Read an integer from a string.
lpszStr | [In] | String to read the integer from. |
Success: The integer read from lpszStr.
Failure: 0, if the first character in lpszStr is not 0-9.
This function does not accept whitespace and stops at the first non-digit character.
Declared in "include/mapiutil.h". gitlab.winehq.org/wine/wine/blob/master/include/mapiutil.h
Implemented in "dlls/mapi32/util.c". gitlab.winehq.org/wine/wine/blob/master/dlls/mapi32/util.c
Debug channel "mapi".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.