2.2.2.8.2.1 VDS_PACK_PROP

The VDS_PACK_PROP structure provides information about the properties of a disk pack.

 typedef struct _VDS_PACK_PROP {
   VDS_OBJECT_ID id;
   [string] WCHAR* pwszName;
   VDS_PACK_STATUS status;
   unsigned long ulFlags;
 } VDS_PACK_PROP,
  *PVDS_PACK_PROP;

id: The VDS object ID of the disk pack object.

pwszName: The null-terminated Unicode name of the disk pack. If the pack has no name, this pointer is set to NULL.

status: The value from the VDS_PACK_STATUS enumeration that indicates the status of the disk pack.

ulFlags: A combination of any values, by using a bitwise OR operator, of the disk pack flags that are defined in the VDS_PACK_FLAG enumeration. ulFlags can be 0 if none of the VDS_PACK_FLAG values apply.