2.2.9 InstanceContainer

 The InstanceContainer structure represents an instance container.

 typedef struct {
   GUID ConglomerationID;
   GUID PartitionID;
   GUID ContainerID;
   DWORD dwProcessID;
   BOOL bPaused;
   BOOL bRecycled;
 } InstanceContainer;

ConglomerationID: The conglomeration identifier of the conglomeration associated with the instance container.

PartitionID: The partition identifier of the partition that contains the conglomeration associated with the instance container.

ContainerID: The activation of the instance container.

dwProcessID: The value of the instance container's ProcessIdentifier property, as described in section 3.1.1.3.21.

bPaused: A flag that indicates whether or not the instance container is paused.

bRecycled: A flag that indicates whether or not the instance container has been recycled.