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