Win32.LastError - charonn0/WinLib GitHub Wiki

#Win32.LastError

##Method Signatures

    Protected Function LastError() As Integer
    Protected Sub LastError(Assigns NewErrorNumber As Integer)

##Notes Gets and sets the most recent Win32 error code for the application.

##See also