Synopsis
Read the MIL application parameter checking flag.
Format
long MfuncParamCheck(FunctionId)
MIL_ID FunctionId; | Function identifier |
Description
This function allows you to read the MIL application parameter checking flag, which has been set with the MappControl function. The MfuncParamCheck function can be used to determine if the parameters of the specified pseudo-MIL function must be checked. This is typically used when you want to save the parameter checking time for a time-critical pseudo-MIL function.
The FunctionId parameter is the identifier of the pseudo-MIL function in use.
Returned value
The returned value is M_NULL if no parameter checking is required; otherwise, checking is required.
See also