WinLib.FormatError - charonn0/WinLib GitHub Wiki

#Win32.FormatError

##Method Signature

    Protected Function FormatError(ErrorNumber As Integer) As String

##Parameters

Name Type Comment
ErrorNumber Integer A Win32 error number

##Return value A string containing the system message for the Win32 error number.

##See also