MSiSCSI_BootInformation structure (iscsiop.h)

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

Syntax

typedef struct _MSiSCSI_BootInformation {
  UCHAR NodeName[223];
  ULONG SharedSecretLength;
  UCHAR SharedSecret[255];
} MSiSCSI_BootInformation, *PMSiSCSI_BootInformation;

Members

NodeName[223]

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[255]

The shared secret for the initiator node.

Remarks

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

Requirements

Requirement Value
Header iscsiop.h (include Iscsiop.h)

See also

MSiSCSI_BootInformationWMI Class