KSSTATE - NtDoc

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

typedef enum {
  KSSTATE_STOP,
  KSSTATE_ACQUIRE,
  KSSTATE_PAUSE,
  KSSTATE_RUN
} KSSTATE, *PKSSTATE;

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-ks-ksstate)

KSSTATE enumeration

Description

The KSSTATE enumeration lists possible states of a kernel streaming object.

Constants

KSSTATE_STOP

Indicates that the object is in minimum resource consumption mode.

KSSTATE_ACQUIRE

Indicates that the object is acquiring resources.

KSSTATE_PAUSE

Indicates that the object is preparing to make instant transition to Run state.

KSSTATE_RUN

Indicates that the object is actively streaming.