VDS_ISCSI_PORTALGROUP_PROP structure (vdshwprv.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 an iSCSI portal group.

Syntax

typedef struct _VDS_ISCSI_PORTALGROUP_PROP {
  VDS_OBJECT_ID             id;
  VDS_ISCSI_PORTALGROUP_TAG tag;
} VDS_ISCSI_PORTALGROUP_PROP, *PVDS_ISCSI_PORTALGROUP_PROP;

Members

id

The VDS_OBJECT_ID assigned to the portal group.

tag

The portal group tag that is assigned by the provider to the portal group. For more information about portal group tags, see the iSCSI specification at https://go.microsoft.com/fwlink/p/?linkid=158752.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2003 R2 [desktop apps only]
Header vdshwprv.h
Redistributable VDS 1.1

See also

IVdsIscsiPortalGroup::GetProperties