NAME

MprAdminGetErrorString  (MPRAPI.@)

SYNOPSIS

 DWORD APIENTRY  MprAdminGetErrorString
 (
  DWORD   mprerror,
  LPWSTR* localstr
 )

DESCRIPTION

Return a unicode string for the given mpr errorcode.

PARAMS

mprerror [In] errorcode, for which a description is requested.
localstr [Out] pointer, where a buffer with the error description is returned.

RETURNS

Failure: ERROR_MR_MID_NOT_FOUND, when mprerror is not known

Success: ERROR_SUCCESS, and in localstr a pointer to a buffer from LocalAlloc, which contains the error description.

NOTES

The caller must free the returned buffer with LocalFree

IMPLEMENTATION

Not declared in a Wine header. The function is either undocumented, or missing from Wine.

Implemented in "dlls/mprapi/mprapi.c". https://source.winehq.org/source/dlls/mprapi/mprapi.c

Debug channel "mprapi".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2024.