ActiveXParameterDirections
- Updated2025-07-21
- 1 minute(s) read
ActiveXParameterDirections
The ActiveXParameter.Direction property returns one or more of the following constants to indicate how the module passes the parameter when it executes. Use the bitwise-AND operator to determine whether any of these flags are set when obtaining the property value.
- ActiveXParamDirection_In –(Value: 0x1) Indicates that the parameter is an input parameter.
- ActiveXParamDirection_Out –(Value: 0x2) Indicates that the parameter is an output parameter.
- ActiveXParamDirection_Unknown –(Value: 0x0) Indicates that the module does not have enough information to determine the parameter direction.