WinApi_GetSystemErrorMsg
Returns the locale specific message text from a Win32 API error code.
WinApi_GetSystemErrorMsg(lnErrorNo,lcDLL)
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.