DeleteInitiatorNodeName_OUT structure (iscsiop.h)

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

Syntax

typedef struct _DeleteInitiatorNodeName_OUT {
  ULONG Status;
} DeleteInitiatorNodeName_OUT, *PDeleteInitiatorNodeName_OUT;

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.

Requirements

Requirement Value
Header iscsiop.h (include Iscsiop.h)

See also

DeleteInitiatorNodeName

DeleteInitiatorNodeName_IN

ISCSI_STATUS_QUALIFIERS