Function Reference
_WinAPI_GetLastErrorMessage
Returns the calling threads last error message
#include <WinAPIError.au3>
_WinAPI_GetLastErrorMessage ( )
Return Value
Success:
the last error message.
Failure:
sets the @error flag to non-zero.
Remarks
@error and @extended are preserved on return.
Related
_WinAPI_GetLastError