SetCHAPSharedSecret_OUT - NtDoc

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

typedef struct _SetCHAPSharedSecret_OUT {
  ULONG Status;
} SetCHAPSharedSecret_OUT, *PSetCHAPSharedSecret_OUT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_SetCHAPSharedSecret_OUT structure

Description

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

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.

See also

ISCSI_STATUS_QUALIFIERS

SetCHAPSharedSecret

SetCHAPSharedSecret_IN