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

THookFunctionProc

Hook function type

Declaration

Source position: utility.pas line 38

type THookFunctionProc = function(

  Hook: PHook;

  Object_: APTR;

  Message: APTR

):IPTR;

Arguments

Hook

  

The Hook used to cook

Object_

  

Object called the hook.

Message

  

Message supplied to the calling hook

Function result

Result of Hook function


Documentation generated on: 2017-01-10