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