March 2000
Intermediate to advanced
576 pages
18h 13m
English
HResult Type
type HResult = LongWord;
HResult is the return type of most COM methods.
The most significant bit is zero for success or one for an error. See
the Windows API documentation to learn more about the
HResult type and the standard error
codes.
The SysUtils unit has several methods to help you
use HResult values, such as
Succeeded and Failed.
| Safecall Directive |
Read now
Unlock full access