Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The KSSTATE enumeration lists possible states of a kernel streaming object.
Syntax
typedef enum {
KSSTATE_STOP,
KSSTATE_ACQUIRE,
KSSTATE_PAUSE,
KSSTATE_RUN
} KSSTATE, *PKSSTATE;
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. |
Requirements
Requirement | Value |
---|---|
Header | ks.h (include Ks.h) |