SpecifyModuleOptions

These constants represent the options you can use with the Step.SpecifyModule method. Use the bitwise-OR operator to specify more than one option.

  • SpecMod_AllowPrototypeChanges –(Value: 0x4) Use this option to change the function prototype of the module.
  • SpecMod_NoOptions –(Value: 0x0) No options.
  • SpecMod_NoParameterLogging –(Value: 0x10) Use this option to prevent specifying parameters to log as additional results in the Specify Module dialog box. When you use this option, the parameters control does not include a Log column and does not include an Advanced Logging menu item in the context menu.
  • SpecMod_NoSyntaxChecking –(Value: 0x2) Use this option to disable expression syntax checking when closing the Specify Module dialog box.
  • SpecMod_ReadOnly –(Value: 0x1) Use this option to create a read-only version of the Specify Module dialog box.

See Also

Specify Module dialog box

Step.SpecifyModule