Synopsis
Register a character parameter.
Format
void MfuncParamChar(FunctionId, ParamIndex, ParamValue)
MIL_ID FunctionId; | Function identifier |
long ParamIndex; | Parameter index |
char ParamValue; | Parameter value |
Description
This function allows you to register a character parameter of the current pseudo-MIL function. The MfuncParamChar 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 character parameter.
See also
MfuncAlloc, MfuncStart, MfuncFreeAndEnd, MfuncParamDouble, MfuncParamId, MfuncParamLong, MfuncParamPointer, MfuncParamShort, MfuncParamStringSynopsis
Register a character parameter.
Format
void MfuncParamChar(FunctionId, ParamIndex, ParamValue)
MIL_ID FunctionId; | Function identifier |
long ParamIndex; | Parameter index |
char ParamValue; | Parameter value |
Description
This function allows you to register a character parameter of the current pseudo-MIL function. The MfuncParamChar 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 character parameter.
See also
MfuncAlloc, MfuncStart, MfuncFreeAndEnd, MfuncParamDouble, MfuncParamId, MfuncParamLong, MfuncParamPointer, MfuncParamShort, MfuncParamString
《MfuncParamChar()函数》上有2条评论
评论已关闭。