MfuncParamRegister()函数

Synopsis

Read the MIL application parameter registering flag.

Format

long MfuncParamRegister(FunctionId)

MIL_ID FunctionId; Function identifier

Description

This function allows you to read the MIL application parameter registering flag. This function can be used to know if the parameters of the specified pseudo-MIL function must be registered. This is typically used when you want to save the parameter registration time for some time-critical pseudo-MIL functions.

The FunctionId parameter is the identifier of the pseudo-MIL function in use.

Returned value

The returned value is M_NULL if no parameter registering is required; otherwise, registering is required.