// iscsiop.h
typedef struct _SetInitiatorNodeName_OUT {
ULONG Status;
} SetInitiatorNodeName_OUT, *PSetInitiatorNodeName_OUT;
View the official Windows Driver Kit DDI referenceNo description available.
The SetInitiatorNodeName_OUT structure holds the output data for the SetInitiatorNodeName method.
StatusOn output, the status of the SetInitiatorNodeName operation. For a list of status qualifiers, see ISCSI_STATUS_QUALIFIERS.
It is optional that you implement this class.