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