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