I have a function pointer defined by:
typedef void (*EventFunction)(int nEvent);
Is there a way to handle that function with a specific ins
You may find C++ FAQ by Marshall Cline helpful to what you're trying to accomplish.