RemoveConnectionFromSession_OUT - NtDoc

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

typedef struct _RemoveConnectionFromSession_OUT {
  ULONG Status;
} RemoveConnectionFromSession_OUT, *PRemoveConnectionFromSession_OUT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_RemoveConnectionFromSession_OUT structure

Description

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

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.

See also

RemoveConnectionFromSession