// iscsiop.h
typedef struct _SetInitiatorNodeName_IN {
WCHAR CreatedInitiatorName[223 + 1];
} SetInitiatorNodeName_IN, *PSetInitiatorNodeName_IN;
View the official Windows Driver Kit DDI referenceNo description available.
The SetInitiatorNodeName_IN structure holds the input data for the SetInitiatorNodeName method.
CreatedInitiatorNameThe new initiator name.
It is optional that you implement this class.