RemoveiSNSServer_OUT structure (iscsiop.h)

The RemoveiSNSServer_OUT structure holds the output data for the user-mode RemoveISNSServer method.

Syntax

typedef struct _RemoveiSNSServer_OUT {
  ULONG Status;
} RemoveiSNSServer_OUT, *PRemoveiSNSServer_OUT;

Members

Status

On output from RemoveISNSServer, the status of the 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

ISCSI_STATUS_QUALIFIERS

RemoveiSNSServer_IN