Displaying an error string from GetLastError.
August 5, 1997
Author: Embarcadero USA
Technical Information Database
TI2459C.txt Displaying an error string from GetLastError.
Category :General
Platform :All
Product :Borland C++ All
Description:
Displaying an Error Message with GetLastError
GetLastError is a WIN32 API that returns an error code indicating
the most recent error. The most recent error will be set by the
failing…