RemoveConnectionFromSession_OUT structure (iscsiop.h)

The RemoveConnectionFromSession_OUT structure holds the output data for the RemoveConnectionFromSession method, which is used to remove a connection from a session.

Syntax

typedef struct _RemoveConnectionFromSession_OUT {
  ULONG Status;
} RemoveConnectionFromSession_OUT, *PRemoveConnectionFromSession_OUT;

Members

Status

This specifies the status of the RemoveConnectionFromSession operation. For a list of status qualifiers, see ISCSI_STATUS_QUALIFIERS.

Remarks

You must implement this class.

Requirements

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

See also

RemoveConnectionFromSession