Public Attributes | |
BSTR | name |
struct DateAndTime | dateTime |
LONG | numItems |
LONG | numElementsTagList |
LONG | dataSize |
ContainerAccess | accessFlag |
This structure defines the information content of a container.
Elements of struct ContainerInformation
Type | Element | Description |
---|---|---|
WCHAR16 | name | Name of container. |
DateAndTime | dateTime | Date and time container was created. |
ULONG | numItems | Number of entries of container. |
ULONG | numElementsTagList | Number of elements describing container. |
ULONG | dataSize | Total data size (byte) of container. |
ContainerAccess | accessFlag | READ or WRITE access to the container. |
Definition at line 99 of file IContainer.idl.
BSTR IContainer::ContainerInformation::name |
Name of container.
Definition at line 101 of file IContainer.idl.
struct DateAndTime IContainer::ContainerInformation::dateTime |
Date and time container was created.
Definition at line 102 of file IContainer.idl.
LONG IContainer::ContainerInformation::numItems |
Number of entries of container.
Definition at line 103 of file IContainer.idl.
LONG IContainer::ContainerInformation::numElementsTagList |
Number of elements describing container.
Definition at line 104 of file IContainer.idl.
LONG IContainer::ContainerInformation::dataSize |
Total data size (byte) of container.
Definition at line 105 of file IContainer.idl.
ContainerAccess IContainer::ContainerInformation::accessFlag |
READ or WRITE access to the container.
Definition at line 106 of file IContainer.idl.