VDS_PACK_PROP structure (vds.h)

[Beginning with Windows 8 and Windows Server 2012, the Virtual Disk Service COM interface is superseded by the Windows Storage Management API.]

Defines the properties of a pack object.

Syntax

typedef struct _VDS_PACK_PROP {
  VDS_OBJECT_ID   id;
  LPWSTR          pwszName;
  VDS_PACK_STATUS status;
  ULONG           ulFlags;
} VDS_PACK_PROP, *PVDS_PACK_PROP;

Members

id

The GUID of the pack object.

pwszName

A string representing the pack name. Packs managed by the basic provider have no name.

status

The pack status enumerated by VDS_PACK_STATUS.

ulFlags

The pack flags enumerated by VDS_PACK_FLAG.

Remarks

The IVdsPack::GetProperties method returns this structure to report the property details of a pack object.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Header vds.h

See also

IVdsPack::GetProperties

VDS Structures

VDS_PACK_FLAG

VDS_PACK_STATUS