get_custom_hook
September 8th 2024
Get back a global hook binding
Signature
Void_Func*
get_custom_hook(Application_Links* app,
Hook_ID hook_id);
Parameters
app
the standard custom layer context pointer
hook_id
the id of the hook to be modified
Return
when the hook id is valid the function pointer to the current hook function, otherwise zero
Related