VDS_ISCSI_LOGIN_FLAG enumeration (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 set of valid flags for specifying iSCSI target login options.

Syntax

typedef enum _VDS_ISCSI_LOGIN_FLAG {
  VDS_ILF_REQUIRE_IPSEC = 0x1,
  VDS_ILF_MULTIPATH_ENABLED = 0x2
} VDS_ISCSI_LOGIN_FLAG;

Constants

 
VDS_ILF_REQUIRE_IPSEC
Value: 0x1
Reserved for future use.
VDS_ILF_MULTIPATH_ENABLED
Value: 0x2
If this flag is set, the login is allowed to proceed and create a new login session even if there is already a login session to the target.


Note  Multipathing software must be present or else data corruption may occur.

 

Remarks

Note  Additional constants might be added to the VDS_ISCSI_LOGIN_FLAG enumeration in future Windows versions. For this reason, your application must be designed to gracefully handle an unrecognized VDS_ISCSI_LOGIN_FLAG enumeration constant.
 

Requirements

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

See also

IVdsIscsiInitiatorAdapter::LoginToTarget

VDS Enumerations