MIL_ID ContextFuncId | //in |
This function allows you to verify, from within your user-defined MIL function, whether parameter checking is enabled or disabled. To enable or disable the checking of parameters, use the MappControl() M_PARAMETER control type.
Call the MfuncParamCheck() function prior to checking the parameters of the specified user-defined MIL function. The return value of the MfuncParamCheck() function should dictate whether to execute the functions that perform the parameter checking, or not. Then, to save the parameter checking time for a time-critical user-defined MIL function, it is sufficient to disable parameter checking using MappControl() with M_CHECK_DISABLE.
Header | Include mil.h. |
Library | Use mil.lib. |
DLL | Requires mil.dll. |