Function Reference


_WinAPI_GetLastError

Returns the calling thread's lasterror code value

#include <WinAPIError.au3>
_WinAPI_GetLastError ( )

Return Value

Returns the Last error code

Remarks

@error and @extended are preserved on return.

Related

_WinAPI_GetLastErrorMessage

See Also

Search GetLastError in MSDN Library.