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

Declared in "mapiutil.h". https://source.winehq.org/source/include/mapiutil.h

Implemented in "dlls/mapi32/util.c". https://source.winehq.org/source/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 Apr 2024.