Synopsis
Register a short parameter.
Format
void MfuncParamShort(FunctionId, ParamIndex, ParamValue)
MIL_ID FunctionId; | Function identifier |
long ParamIndex; | Parameter index |
short ParamValue; | Parameter value |
Description
This function allows you to register a short parameter of the current pseudo-MIL function. The MfuncParamShort function should be called after a call to MfuncAlloc and before a call to MfuncStart.
The FunctionId parameter is the identifier of the current pseudo-MIL function.
The ParamIndex parameter is the index of the parameter within the function parameter list. The index of the first parameter is considered to be one.
The ParamValue parameter is the value of the short parameter.
See also
MfuncAlloc, MfuncStart, MfuncFreeAndEnd, MfuncParamChar, MfuncParamDouble, MfuncParamId, MfuncParamLong, MfuncParamPointer, MfuncParamString
《MfuncParamShort()函数》上有2条评论
评论已关闭。