FRAMING_CACHE_OPS - NtDoc

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

typedef enum {
  Framing_Cache_Update,
  Framing_Cache_ReadLast,
  Framing_Cache_ReadOrig,
  Framing_Cache_Write
} FRAMING_CACHE_OPS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-ksproxy-framing_cache_ops)

FRAMING_CACHE_OPS enumeration

Description

Constants

Framing_Cache_Update

Specifies a request to bypass the cache when reading or writing.

Framing_Cache_ReadLast

Framing_Cache_ReadOrig

Framing_Cache_Write