RemovePersistentLogin_OUT structure (iscsiop.h)

The RemovePersistentLogin_OUT structure holds the output data for the RemovePersistentLogin method.

Syntax

typedef struct _RemovePersistentLogin_OUT {
  ULONG Status;
} RemovePersistentLogin_OUT, *PRemovePersistentLogin_OUT;

Members

Status

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

Remarks

You must implement this method.

Requirements

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

See also

ISCSI_STATUS_QUALIFIERS

RemovePersistentLogin

RemovePersistentLogin_IN