// ksproxy.h
typedef enum {
PipeState_DontCare,
PipeState_RangeNotFixed,
PipeState_RangeFixed,
PipeState_CompressionUnknown,
PipeState_Finalized
} PIPE_STATE;
View the official Windows Driver Kit DDI referenceNo description available.
PipeState_DontCarePipeState_RangeNotFixedPipeState_RangeFixedPipeState_CompressionUnknownPipeState_Finalized