ISCSI_VERSION_INFO structure (iscsidsc.h)
The ISCSI_VERSION_INFO structure contains the version and build numbers of the iSCSI software initiator and the initiator service.
Syntax
typedef struct {
ULONG MajorVersion;
ULONG MinorVersion;
ULONG BuildNumber;
} ISCSI_VERSION_INFO, *PISCSI_VERSION_INFO;
Members
MajorVersion
The major version number of the iSCSI software initiator and initiator service. This may be different from the version number of the Operating System.
MinorVersion
The minor version number of the iSCSI software initiator and initiator service. This may be different from the version number of the Operating System.
BuildNumber
The build number of the iSCSI software initiator and initiator service. This may be different from the build number of the Operating System.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | iscsidsc.h |