Errorcode (PLongInt)
Source position: icon.pas line 65
const ICONA_ErrorCode = ICONA_Dummy + 1; |
Pointer to a LongWord variable to store error codes in. Note that this variable will be initialized regardless of whether an error occured or not. Thus, you can check for an error condition by comparing the variable contents against 0; 0 indicates success, all other values are error codes as defined by dos.library.
|
Points to the tag item that caused the error (^PTagItem) |