hb_setListenerRemove()
- Syntax
-
- C Prototype
- #include <hbset.h>
- hb_setListenerRemove( int handle ) --> int
- Arguments
-
- <handle> The handle for the SET listener callback function to be removed.
- Returns
-
- The handle if the callback function could not be located or the negative value of the handle if the callback function was removed.
- Description
-
- This function removes a SET listener callback function.
Examples
int handle = hb_setListenerAdd( callback_function );
...
hb_setListenerRemove( handle );
- Status
- Ready
- Compliance
-
- Compliance is not applicable to API calls.
- Files
-
- Library is rtl
- Platforms
-
- All
- See Also