CommonCAdapter.SetStructPacking

Syntax

CommonCAdapter.SetStructPacking( typeDefinition, structPackingOption)

Purpose

Specifies how a type definition allows the adapter to pack the structure parameters it passes to a corresponding module. Set the packing options to match structure packing for the struct in the code module.

Parameters

typeDefinition As PropertyObject

[In] Specifies the type definition. This method returns an error if the PropertyObject is not a type definition.

structPackingOption As StructPassingOptions

[In] Specifies the structure passing for the specific type definition.

See Also

CommonCAdapter.DefaultStructPacking

CommonCAdapter.GetStructPacking

PropertyObject

StructPassingOptions