Unit 'icon' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#amunits]

tIconIdentifyMsg

Tag for use with the file identification hook.

Declaration

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;


Documentation generated on: 2021-07-30