.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH UlFromSzHex 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBUlFromSzHex\fR (MAPI32.155) .SH SYNOPSIS ULONG UlFromSzHex ( LPCWSTR \fIlpszHex\fR ) .SH DESCRIPTION .PP Read an integer from a hexadecimal string. .SH PARAMS lpSzHex \fB[In]\fR String containing the hexadecimal number to read. .PP .SH RETURNS .PP \fBSuccess:\fR The number represented by \fIlpszHex\fR. .PP \fBFailure:\fR \fB0\fR, if \fIlpszHex\fR does not contain a hex string. .SH NOTES .PP This function does not accept whitespace and stops at the first non-hex character. .SH IMPLEMENTATION .PP Declared in \fB"mapiutil.h"\fR. .PP Implemented in \fB"dlls/mapi32/util.c"\fR. .PP Debug channel \fB"mapi"\fR.