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; |