UlFromSzHex (MAPI32.155)
ULONG UlFromSzHex ( LPCWSTR lpszHex )
Read an integer from a hexadecimal string.
lpSzHex | [In] | String containing the hexadecimal number to read. |
Success: The number represented by lpszHex.
Failure: 0, if lpszHex does not contain a hex string.
This function does not accept whitespace and stops at the first non-hex 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.