MSiSCSI_BootInformation - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-iscsiop-_msiscsi_bootinformation)

_MSiSCSI_BootInformation structure

Description

The MSiSCSI_BootInformation structure is used with the MSiSCSI_BootInformation WMI Class to expose information about the node that contains the target boot device.

Members

NodeName

The name of the initiator node that contains the boot device.

SharedSecretLength

The length, in bytes, of the shared secret for the initiator node.

SharedSecret

The shared secret for the initiator node.

Remarks

You must implement this class if the adapter supports iSCSI boot.

See also

MSiSCSI_BootInformationWMI Class