McRegisterCallback
Registers the callback function to a channel or processor instance.
[C] MCSTATUS McRegisterCallback( |
Parameters
Instance
Handle of the channel or processor instance of the callback function to register.
CallbackFunction
Pointer to the user-supplied callback function.
To unregister a function, use NULL.
Context
Argument to pass to the callback function.
See Also