SetCHAPSharedSecret_OUT structure (iscsiop.h)

The SetCHAPSharedSecret_OUT structure holds the output data for the SetCHAPSharedSecret method.

Syntax

typedef struct _SetCHAPSharedSecret_OUT {
  ULONG Status;
} SetCHAPSharedSecret_OUT, *PSetCHAPSharedSecret_OUT;

Members

Status

On output, the status of the SetCHAPSharedSecret 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

SetCHAPSharedSecret

SetCHAPSharedSecret_IN