.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH MprAdminGetErrorString 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBMprAdminGetErrorString\fR (MPRAPI.@) .SH SYNOPSIS DWORD APIENTRY MprAdminGetErrorString ( DWORD \fImprerror\fR, LPWSTR* \fIlocalstr\fR ) .SH DESCRIPTION .PP Return a unicode string for the given mpr errorcode. .SH PARAMS \fImprerror\fR \fB[In]\fR errorcode, for which a description is requested. .PP \fIlocalstr\fR \fB[Out]\fR pointer, where a buffer with the error description is returned. .PP .SH RETURNS .PP \fBFailure:\fR \fBERROR_MR_MID_NOT_FOUND\fR, when \fImprerror\fR is not known .PP \fBSuccess:\fR \fBERROR_SUCCESS\fR, and in \fIlocalstr\fR a pointer to a buffer from LocalAlloc, which contains the error description. .SH NOTES .PP The caller must free the returned buffer with LocalFree .SH IMPLEMENTATION .PP Not declared in a Wine header. The function is either undocumented, or missing from Wine. .PP Implemented in \fB"dlls/mprapi/mprapi.c"\fR. .PP Debug channel \fB"mprapi"\fR.