ClearCache_OUT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// iscsiop.h

typedef struct _ClearCache_OUT {
  ULONG Status;
} ClearCache_OUT, *PClearCache_OUT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-iscsiop-_clearcache_out)

_ClearCache_OUT structure

Description

The ClearCache_OUT structure holds the output data for the ClearCache method.

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.

See also

ClearCache

ISCSI_STATUS_QUALIFIERS

MSiSCSI_SecurityConfigOperations WMI Class