// iscsiop.h
typedef struct _LogoutFromTarget_OUT {
ULONG Status;
} LogoutFromTarget_OUT, *PLogoutFromTarget_OUT;
View the official Windows Driver Kit DDI referenceNo description available.
The LogoutFromTarget_OUT structure holds the output data for the LogoutFromTarget method.
StatusOn output from LogoutFromTarget, the status of the logoff operation. For a list of status qualifiers, see ISCSI_STATUS_QUALIFIERS.
You must implement this method.