MprAdminGetErrorString (MPRAPI.@)
DWORD APIENTRY MprAdminGetErrorString ( DWORD mprerror, LPWSTR* localstr )
Return a unicode string for the given mpr errorcode.
mprerror | [In] | errorcode, for which a description is requested. |
localstr | [Out] | pointer, where a buffer with the error description is returned. |
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.
The caller must free the returned buffer with LocalFree
Not declared in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/mprapi/mprapi.c". gitlab.winehq.org/wine/wine/blob/master/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 Nov 2024.