.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH CreateErrorInfo 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBCreateErrorInfo\fR (OLE32.@) .SH SYNOPSIS HRESULT CreateErrorInfo ( ICreateErrorInfo** \fIpperrinfo\fR ) .SH DESCRIPTION .PP Creates an object used to set details for an error information object. .SH PARAMS \fIpperrinfo\fR \fB[Out]\fR . Address where error information creation object will be stored. .PP .SH RETURNS .PP \fBSuccess:\fR \fBS_OK\fR. .PP \fBFailure:\fR \fBHRESULT\fR code. .SH IMPLEMENTATION .PP Declared in \fB"oleauto.h"\fR. .PP Implemented in \fB"dlls/ole32/errorinfo.c"\fR. .PP Debug channel \fB"ole"\fR.