[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'icon' (#aros)

TIconIdentifyMsg

Tag for use with the file identification hook.

Declaration

Source position: icon.pas line 171

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

  

Lock on the object to return an icon for.

  iim_ParentLock: BPTR;

  

Lock on the object's parent directory, if available.

  iim_FIB: PFileInfoBlock;

  

Already initialized for you.

  iim_FileHandle: BPTR;

  

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: 2017-01-10