VDS_ISCSI_TARGET_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 target.

Syntax

typedef struct _VDS_ISCSI_TARGET_PROP {
  VDS_OBJECT_ID id;
  LPWSTR        pwszIscsiName;
  LPWSTR        pwszFriendlyName;
  BOOL          bChapEnabled;
} VDS_ISCSI_TARGET_PROP, *PVDS_ISCSI_TARGET_PROP;

Members

id

The VDS_OBJECT_ID of the target.

pwszIscsiName

A null-terminated, human-readable string that is the iSCSI name of the target.

pwszFriendlyName

A null-terminated, human-readable string that is the friendly name of the target. This corresponds to the iSCSI alias.

bChapEnabled

If TRUE, a CHAP shared secret is required to login to this target.

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

IVdsIscsiTarget::GetProperties