UFromSz.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

UFromSz (MAPI32.133)

SYNOPSIS

UINT UFromSz
 (
  LPCSTR lpszStr
 )

DESCRIPTION

Read an integer from a string.

PARAMS

lpszStr [In] String to read the integer from.

RETURNS

Success: The integer read from lpszStr.

Failure: 0, if the first character in lpszStr is not 0-9.

NOTES

This function does not accept whitespace and stops at the first non-digit character.

IMPLEMENTATION

Defined in "mapiutil.h".

Implemented in "dlls/mapi32/util.c".

Debug channel "mapi".