UlFromSzHex.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 "dlls/mapi32/util.c".

Debug channel "mapi".