SetInitiatorNodeName_OUT - NtDoc

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

typedef struct _SetInitiatorNodeName_OUT {
  ULONG Status;
} SetInitiatorNodeName_OUT, *PSetInitiatorNodeName_OUT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_SetInitiatorNodeName_OUT structure

Description

The SetInitiatorNodeName_OUT structure holds the output data for the SetInitiatorNodeName method.

Members

Status

On output, the status of the SetInitiatorNodeName operation. For a list of status qualifiers, see ISCSI_STATUS_QUALIFIERS.

Remarks

It is optional that you implement this class.

See also

ISCSI_STATUS_QUALIFIERS

SetInitiatorNodeName

SetInitiatorNodeName_IN