Brief Index      Full Index      Events Index      I.M. Reference

Show_Callback_Name

Functions

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

Detailed Description

Function Documentation

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.

Brief Index      Full Index      Events Index      I.M. Reference