StructMemberArrayStorageOptions
- 已更新2025-07-21
- 閱讀時間為 1 分鐘
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.