CX Framework
Cross-platform C utility framework
Loading...
Searching...
No Matches
cbhandle.h File Reference

Generic callback handle system (DEPRECATED) More...

#include <cx/cx.h>

Go to the source code of this file.

Macros

#define callbackGetHandle(cbtype, func)   _callbackGetHandle(#cbtype, (GenericCallback)((cbtype)func))
 
#define callbackGetFunc(cbtype, handle)   ((cbtype)_callbackGetFunc(#cbtype, handle))
 

Typedefs

typedef void(* GenericCallback) ()
 Generic callback function pointer type.
 

Detailed Description

Generic callback handle system (DEPRECATED)

Definition in file cbhandle.h.