CommonCParameterFlags
- 更新时间2025-07-21
- 阅读时长1分钟
CommonCParameterFlags
Use the following constant with the CommonCParameter.Flags property to specify what action to take when the code module returns a value. A value of zero indicates that no flags are set.
- CParamFlags_SetErrorCodeToReturnValue –(Value: 1) Specifies to assign the return value of the parameter to the Error.Code property of the currently executing step. This flag is valid only for return values and numeric parameters passed by pointer or reference.