VDS_SERVICE_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 the service object.

Syntax

typedef struct _VDS_SERVICE_PROP {
  LPWSTR pwszVersion;
  ULONG  ulFlags;
} VDS_SERVICE_PROP;

Members

pwszVersion

The version of VDS; a zero-terminated, human-readable string.

ulFlags

A bitmask of VDS_SERVICE_FLAG enumeration values that describe the service.

Remarks

The IVdsService::GetProperties method returns this structure to report the properties of the service 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

IVdsService::GetProperties

VDS Structures