Functions | |
void | Show_Callback_Name (const char *name, void(HC_CDECL **)(HC_ANY_ARGS) callback) |
void Show_Callback_Name | ( | const char * | name, |
void(HC_CDECL **)(HC_ANY_ARGS) | callback | ||
) |
Shows the definition of a callback name.
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. |
This routine is used to find out the definition of a callback name. It returns the address of the routine, which name stands for.