FlexCStepAdditions

Note Do not use these constants to access the adapter-specific properties of a step. Use the DllModule interface for the Module object for the step. Use the Step.Module property to acquire a reference to a Module object.

In TestStand 3.0 or later, these string constants are obsolete.

These string constants were previously used to create lookup strings to access the C/C++ DLL Adapter-specific properties of a step. Notice that the FlexCStep_ExternalCallProp constant refers to the property that contains the properties which have constants that begin with the ExternalCall_ prefix. The ExternalCall_ParametersProp constant represents the property that contains an array of objects that describe the return value and parameters for the function. Constants that have names that begin with FCParam_ apply to the return value and each parameter.

  • ExternalCall_CallConvProp –(Value: "Conv") This constant is obsolete.
  • ExternalCall_FunctionNameProp –(Value: "Func") This constant is obsolete.
  • ExternalCall_LibPathProp –(Value: "LibPath") This constant is obsolete.
  • ExternalCall_ParametersProp –(Value: "Params") This constant is obsolete.
  • FCParam_ArgValueProp –(Value: "ArgVal") This constant is obsolete.
  • FCParam_ArrayElemPassingProp –(Value: "ElemPass") This constant is obsolete.
  • FCParam_FlagsProp –(Value: "Flags") This constant is obsolete.
  • FCParam_NameProp –(Value: "Name") This constant is obsolete.
  • FCParam_NumArrayElementsProp –(Value: "NumEls") This constant is obsolete.
  • FCParam_NumericPassingProp –(Value: "NumPass") This constant is obsolete.
  • FCParam_NumericTypeProp –(Value: "NumType") This constant is obsolete.
  • FCParam_ObjectTypeProp –(Value: "ObjType") This constant is obsolete.
  • FCParam_ResultActionProp –(Value: "ResultAct") This constant is obsolete.
  • FCParam_StringPassingProp –(Value: "StrPass") This constant is obsolete.
  • FCParam_StringSizeProp –(Value: "StrSize") This constant is obsolete.
  • FCParam_TypeProp –(Value: "Type") This constant is obsolete.
  • FlexCStep_ExternalCallProp –(Value: "Call") This constant is obsolete.

See Also

DllModule

Lookup Strings

Step.Module