CommonCParameterUnknownInfoFlags
- Updated2025-07-21
- 1 minute(s) read
CommonCParameterUnknownInfoFlags
The CommonCParameter.UnknownInfo property returns one or more of the following constants to indicate how much information TestStand was able to acquire about the parameter when reading the module information from a DLL exports table or a type library:
- CParamInfo_DontKnowFirstDimensionSize –(Value: 3) Indicates that TestStand could not determine how large the first dimension was for an array parameter.
- CParamInfo_DontKnowIfArrayOrPointer –(Value: 2) Indicates that TestStand could not determine whether the parameter was an array or pointer.
- CParamInfo_DontKnowNumElements –(Value: 1) Indicates that TestStand could not determine the number of elements in the array parameter.
- CParamInfo_EveryThingKnown –(Value: 0) Indicates that TestStand could determine the required information about the parameter.