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