// iscsiop.h
typedef struct _ClearCache_OUT {
ULONG Status;
} ClearCache_OUT, *PClearCache_OUT;
View the official Windows Driver Kit DDI referenceNo description available.
The ClearCache_OUT structure holds the output data for the ClearCache method.
StatusOn output from ClearCache, the status of the ClearCache operation. For a list of status qualifiers, see ISCSI_STATUS_QUALIFIERS.
You must implement this method.
MSiSCSI_SecurityConfigOperations WMI Class