CommonCParameter.StructType

Syntax

CommonCParameter.StructType

Data Type

String

Purpose

Specifies the name of the type used when the category of a parameter is a C structure argument or a TestStand object.

Remarks

If you specify DllParamCategory_CStruct or DllParamCategory_CStructArray for the DllParameter.Category property or CVIParamCategory_CStruct or CVIParamCategory_CStructArray for the CVIParameter.Category property, you can pass variables and properties you create with named data types to function parameters that accept structures. When you create or edit a data type, specify if the type can be a C structure argument and how the type represents itself in memory when you pass it to a structure parameter.

If you specify DllParamCategory_TSObject for the DllParameter.Category property, you can pass objects from the TestStand ActiveX API to function parameters that accept object references.

See Also

CVIParameter.Category

CVIParameter.Type

DllParameter.Category

DllParameter.Type