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

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.