Unit 'utility' Package
[Overview][Constants][Types][Procedures and functions][Index] [#aros]

THookFunctionProc

Hook function type

Declaration

Source position: utility.pas line 38

type THookFunctionProc = function(

  Hook: PHook;

  Object_: Pointer;

  Message: Pointer

):NativeUInt;

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: 2021-07-30