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