CommonCAdapter.GetStructMemberArrayStorage
- Mise à jour2025-07-21
- Temps de lecture : 1 minute(s)
CommonCAdapter.GetStructMemberArrayStorage
Syntax
CommonCAdapter.GetStructMemberArrayStorage( typeDefinition, propertyLookupString)
Return Value
StructMemberArrayStorageOptions
Use the following constants with this data type:
- StructMemberStorage_ArrayPointer –(Value: 0x101) Specifies to store the array as a pointer to a memory location outside of the struct.
- StructMemberStorage_InlineArray –(Value 0x100) Specifies to store the array within the structure itself.
- StructMemberStorage_LabVIEWArray –(Value: 0x102) Specifies to store the array in the format that the DLLs created with the LabVIEW Application Builder use.
Purpose
Returns the kind of array storage used for the type definition array property that the corresponding location specifies.
Parameters
typeDefinition As PropertyObject
[In] Specifies the type definition. This method returns an error if the PropertyObject is not a type definition.
propertyLookupString As String
[In] Specifies the location of the property in the type definition.