LogoutFromTarget_OUT - NtDoc

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

typedef struct _LogoutFromTarget_OUT {
  ULONG Status;
} LogoutFromTarget_OUT, *PLogoutFromTarget_OUT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_LogoutFromTarget_OUT structure

Description

The LogoutFromTarget_OUT structure holds the output data for the LogoutFromTarget method.

Members

Status

On output from LogoutFromTarget, the status of the logoff operation. For a list of status qualifiers, see ISCSI_STATUS_QUALIFIERS.

Remarks

You must implement this method.

See also

ISCSI_STATUS_QUALIFIERS

LoginToTarget

LogoutFromTarget

LogoutFromTarget_IN

MSiSCSI_Operations WMI Class