Funktionreferenz


_WinAPI_GetErrorMessage


Retrieves a text error message for the specified system error code

#include <WinAPIError.au3>
_WinAPI_GetErrorMessage ( $iCode [, $iLanguage = 0] )

Parameter

$iCode The system error code to retrieve a message.
$iLanguage [optional] The language identifier.

Rückgabewert

Success: The requested message.
Failure: Empty string.

Bemerkungen

@error and @extended are preserved on return.

Siehe auch

Suche nach FormatMessage in der MSDN Bibliothek.