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

TIconIdentifyMsg

Tag for use with the file identification hook.

Declaration

Source position: icon.pas line 147

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().

  iim_IExec: PInterface;

  iim_IDOS: PInterface;

  iim_IUtility: PInterface;

  iim_IIcon: PInterface;

end;


Documentation generated on: 2021-07-30