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.

See Also

ActiveXParameter.Direction