PIPE_STATE - NtDoc

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

typedef enum {
  PipeState_DontCare,
  PipeState_RangeNotFixed,
  PipeState_RangeFixed,
  PipeState_CompressionUnknown,
  PipeState_Finalized
} PIPE_STATE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

PIPE_STATE enumeration

Description

Constants

PipeState_DontCare

PipeState_RangeNotFixed

PipeState_RangeFixed

PipeState_CompressionUnknown

PipeState_Finalized