DeleteInitiatorNodeName_OUT - NtDoc

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

typedef struct _DeleteInitiatorNodeName_OUT {
  ULONG Status;
} DeleteInitiatorNodeName_OUT, *PDeleteInitiatorNodeName_OUT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_DeleteInitiatorNodeName_OUT structure

Description

The DeleteInitiatorNodeName_OUT structure holds the output data for the DeleteInitiatorNodeName method.

Members

Status

The status of the DeleteInitiatorNodeName operation. For a list of status qualifiers, see ISCSI_STATUS_QUALIFIERS.

Remarks

It is optional that you implement this method.

See also

DeleteInitiatorNodeName

DeleteInitiatorNodeName_IN

ISCSI_STATUS_QUALIFIERS