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

ICONCTRLA_SetGlobalIdentifyHook

Tag for IconControlA(), Set the hook to be called when identifying a file (Utility.PHook)

Declaration

Source position: icon.pas line 50

const ICONCTRLA_SetGlobalIdentifyHook = ICONA_Dummy + 12;

Description

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

See also

ICONCTRLA_GetGlobalIdentifyHook

  

Tag for IconControlA(), Get the hook to be called when identifying a file (Utility.PHook)


Documentation generated on: 2017-01-10