hb_setMathHandlerStatus()
set the status of a custom math handler in the math error handler chain
- Syntax
-
- C Prototype
- #include <hbmath.h>
- hb_setMathHandlerStatus (HB_MATH_HANDLERHANDLE handle, int status) --> int iSuccess
- Arguments
-
- handle returned be hb_installMathHandler() status new status value, can be one of: HB_MATH_HANDLER_STATUS_INACTIVE --> handler is present but not active HB_MATH_HANDLER_STATUS_ACTIVE --> handler is present and active
- Returns
-
- iSuccess success of operation
- Description
-
Examples
- Status
- Ready
- Compliance
-
- Compliance is not applicable to API calls.
- Files
-
- Library is rtl
- Platforms
-
- All