CommonCParameterFlags
- Updated2025-07-21
- 1 minute(s) read
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.