// iscsiop.h
typedef struct _DeleteInitiatorNodeName_IN {
WCHAR DeletedInitiatorName[223 + 1];
} DeleteInitiatorNodeName_IN, *PDeleteInitiatorNodeName_IN;
View the official Windows Driver Kit DDI referenceNo description available.
The DeleteInitiatorNodeName_IN structure holds the input data for the DeleteInitiatorNodeName method, which is used to delete an initiator node name.
DeletedInitiatorNameThe iSCSI initiator node name that is to be deleted.
It is optional that you implement this method.