DeleteInitiatorNodeName_IN - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// iscsiop.h

typedef struct _DeleteInitiatorNodeName_IN {
  WCHAR DeletedInitiatorName[223 + 1];
} DeleteInitiatorNodeName_IN, *PDeleteInitiatorNodeName_IN;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-iscsiop-_deleteinitiatornodename_in)

_DeleteInitiatorNodeName_IN structure

Description

The DeleteInitiatorNodeName_IN structure holds the input data for the DeleteInitiatorNodeName method, which is used to delete an initiator node name.

Members

DeletedInitiatorName

The iSCSI initiator node name that is to be deleted.

Remarks

It is optional that you implement this method.

See also

DeleteInitiatorNodeName

DeleteInitiatorNodeName_OUT