WinApi_GetSystemErrorMsg

Returns the locale specific message text from a Win32 API error code.

Windows Error Codes

Note: This is a static function not a class method

WinApi_GetSystemErrorMsg(lnErrorNo,lcDLL)

Returns

Error String or ""

Parameters

lnErrorNo
The Windows API error number

lcDLL
The DLL to read the error from. If empty the default Windows libraries are used.

Remarks

This is a function not a method of the wwApi class.

See also

Class wwAPI