// iscsiop.h
typedef struct _RemoveConnectionFromSession_OUT {
ULONG Status;
} RemoveConnectionFromSession_OUT, *PRemoveConnectionFromSession_OUT;
View the official Windows Driver Kit DDI referenceNo description available.
The RemoveConnectionFromSession_OUT structure holds the output data for the RemoveConnectionFromSession method, which is used to remove a connection from a session.
StatusThis specifies the status of the RemoveConnectionFromSession operation. For a list of status qualifiers, see ISCSI_STATUS_QUALIFIERS.
You must implement this class.