Tag for IconControlA(), Set the hook to be called when identifying a file (Utility.PHook)
Source position: icon.pas line 97
const ICONCTRLA_SetGlobalIdentifyHook = ICONA_Dummy + 12; |
Global Option for IconControlA()
Set the hook that is invoked when trying to find an icon for a file/drawer/volume that does not have an icon associated with it. If set to nil, no hook will be called. The hook will be called with the following parameters:
procedure HookFunc(Hook: Phook; reserved: APTR; IIMsg: PIconIdentifyMsg); cdecl;
The reserved parameter will be set to nil
|
Tag for IconControlA(), Get the hook to be called when identifying a file (Utility.PHook) |