// iscsiop.h
typedef struct _MSiSCSI_BootInformation {
UCHAR NodeName[223];
ULONG SharedSecretLength;
UCHAR SharedSecret[255];
} MSiSCSI_BootInformation, *PMSiSCSI_BootInformation;
View the official Windows Driver Kit DDI referenceNo description available.
The MSiSCSI_BootInformation structure is used with the MSiSCSI_BootInformation WMI Class to expose information about the node that contains the target boot device.
NodeNameThe name of the initiator node that contains the boot device.
SharedSecretLengthThe length, in bytes, of the shared secret for the initiator node.
SharedSecretThe shared secret for the initiator node.
You must implement this class if the adapter supports iSCSI boot.
MSiSCSI_BootInformationWMI Class