SetPresharedKeyForId_OUT structure (iscsiop.h)
The SetPresharedKeyForId_OUT structure holds the output data for the SetPresharedKeyForId method.
typedef struct _SetPresharedKeyForId_OUT {
ULONG Status;
} SetPresharedKeyForId_OUT, *PSetPresharedKeyForId_OUT;
Status
On output, the status of the SetPresharedKeyForId operation. For a list of status qualifiers, see ISCSI_STATUS_QUALIFIERS.
You must implement this method.
Requirement | Value |
---|---|
Header | iscsiop.h (include Iscsiop.h) |