Remove a callback from an application's callback list
void PtAppRemoveCallback(unsigned long cb_type, int (*func)(void*,PtCallbackInfo_t*), void *data)
ph
This function removes the first callback entry that matches func and data. It removes the entry from the cb_type callback list that belongs to the application. For a list of application callbacks, see PtAppSetResources().
For more information, see the Manipulating Resources in Application Code chapter of the Photon Programmer's Guide.
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |
PtAppAddCallback(), PtAppGetResources(), PtAppGetResource(), PtAppRemoveHotkeyHandler(), PtAppRemoveFilterCallback(), PtAppRemoveEventHandler(), PtAppSetResource(), PtAppSetResources(), PtSetArg().