SetInitiatorNodeName_IN - NtDoc

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

typedef struct _SetInitiatorNodeName_IN {
  WCHAR CreatedInitiatorName[223 + 1];
} SetInitiatorNodeName_IN, *PSetInitiatorNodeName_IN;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_SetInitiatorNodeName_IN structure

Description

The SetInitiatorNodeName_IN structure holds the input data for the SetInitiatorNodeName method.

Members

CreatedInitiatorName

The new initiator name.

Remarks

It is optional that you implement this class.

See also

SetInitiatorNodeName

SetInitiatorNodeName_OUT