
| Public Attributes | |
| Type | type | 
| LONG | offset | 
| LONG | dataSize | 
This structure defines the information of a container item.
Elements of struct ContainerItemInformation
| Type | Element | Description | 
|---|---|---|
| Type | type | Mlpi data type of item. | 
| ULONG | offset | Offset of item within the container in bytes. | 
| ULONG | dataSize | Size of item in bytes. | 
Definition at line 122 of file IContainer.idl.
| Type IContainer::ContainerItemInformation::type | 
Mlpi data type of item.
Definition at line 124 of file IContainer.idl.
| LONG IContainer::ContainerItemInformation::offset | 
Offset of item within the container in bytes.
Definition at line 125 of file IContainer.idl.
| LONG IContainer::ContainerItemInformation::dataSize | 
Size of item in bytes.
Definition at line 126 of file IContainer.idl.