ClearCache_OUT structure (iscsiop.h)
The ClearCache_OUT structure holds the output data for the ClearCache method.
Syntax
typedef struct _ClearCache_OUT {
ULONG Status;
} ClearCache_OUT, *PClearCache_OUT;
Members
Status
On output from ClearCache, the status of the ClearCache operation. For a list of status qualifiers, see ISCSI_STATUS_QUALIFIERS.
Remarks
You must implement this method.
Requirements
Requirement | Value |
---|---|
Header | iscsiop.h (include Iscsiop.h) |