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. |