Show_Callback_Name

Functions

void Show_Callback_Name (const char *name, void(HC_CDECL **)(HC_ANY_ARGS) callback)
 Shows the definition of a callback name. More...
 

Detailed Description

Function Documentation

◆ Show_Callback_Name()

void Show_Callback_Name ( const char *  name,
void(HC_CDECL **)(HC_ANY_ARGS)  callback 
)

Shows the definition of a callback name.

Parameters
name- Name of previously defined callback. Passed by reference always.
callback- Address of the previously defined callback routine. Returned to user. Passed by reference always.

DETAILS

This routine is used to find out the definition of a callback name. It returns the address of the routine, which name stands for.

NOTES

RESTRICTIONS

See also
Define_Callback_Name, Begin_Callback_Name_Search.