MfuncParamPointer()函数

Synopsis

Register a pointer parameter.

Format

void MfuncParamPointer(FunctionId, ParamIndex, *ParamValue)

MIL_ID FunctionId; Function identifier
long ParamIndex; Parameter index
void * ParamValue; Parameter value

Description

This function allows you to register a pointer parameter of the current pseudo-MIL function. The MfuncParamPointer 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 pointer parameter.

See also

MfuncAlloc, MfuncStart, MfuncFreeAndEnd, MfuncParamChar, MfuncParamDouble, MfuncParamId, MfuncParamLong, MfuncParamShort, MfuncParamString

《MfuncParamPointer()函数》上有4条评论

评论已关闭。