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