Tag for use with the file identification hook.
Source position: icon.pas line 262
| type tIconIdentifyMsg = record | ||
| iim_SysBase: PLibrary; | 
 | ExecBase already opened for your use | 
| iim_DOSBase: PLibrary; | 
 | DosBase already opened for your use | 
| iim_UtilityBase: PLibrary; | 
 | Utility Base already opened for your use | 
| iim_IconBase: PLibrary; | 
 | IconBase already opened for your use | 
| iim_FileLock: LongInt; | 
 | Lock on the object to return an icon for. | 
| iim_ParentLock: LongInt; | 
 | Lock on the object's parent directory, if available. | 
| iim_FIB: PFileInfoBlock; | 
 | Already initialized for you. | 
| iim_FileHandle: LongInt; | 
 | If non-NULL, pointer to the file to examine, positioned right at the first byte, ready for you to use. | 
| iim_Tags: PTagItem; | 
 | Tags passed to GetIconTagList(). | 
| end; |