StructMemberArrayStorageOptions
- Mise à jour2025-07-21
- Temps de lecture : 1 minute(s)
StructMemberArrayStorageOptions
Use these constants with the CommonCAdapter.GetStructMemberArrayStorage and CommonCAdapter.SetStructMemberArrayStorage methods to specify how to store an array inside a structure.
- 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.