// iscsiop.h
typedef struct _GetPresharedKeyForId_OUT {
ULONG Status;
ULONGLONG SecurityFlags;
} GetPresharedKeyForId_OUT, *PGetPresharedKeyForId_OUT;
View the official Windows Driver Kit DDI referenceNo description available.
The GetPresharedKeyForId_OUT structure holds the output data for the GetPresharedKeyForId method.
StatusOn output from GetPresharedKeyForId, the status of the GetPresharedKeyForId operation. For a list of status qualifiers, see ISCSI_STATUS_QUALIFIERS.
SecurityFlagsA bitwise OR of flags that indicate the security requirements of a target. For a list of possible values for this member, see SECURITY_FLAG_QUALIFIERS.
You must initiate this method if the initiator supports IKE.
MSiSCSI_SecurityConfigOperations WMI Class