db747e7aa1
The WindowsError gem provides an easily accessible reference for standard Windows API Error Codes. It allows you to do comparisons as well as direct lookups of error codes to translate the numerical value returned by the API, into a meaningful and human readable message.
4 lines
272 B
Text
4 lines
272 B
Text
The WindowsError gem provides an easily accessible reference for
|
|
standard Windows API Error Codes. It allows you to do comparisons as
|
|
well as direct lookups of error codes to translate the numerical value
|
|
returned by the API, into a meaningful and human readable message.
|