TERMINAL_MEDIA_STATE enumeration (tapi3if.h)
The TERMINAL_MEDIA_STATE enum indicates the state of a file terminal.
Syntax
typedef enum TERMINAL_MEDIA_STATE {
TMS_IDLE = 0,
TMS_ACTIVE,
TMS_PAUSED,
TMS_LASTITEM = TMS_PAUSED
} ;
Constants
TMS_IDLE Value: 0 The file terminal is idle. |
TMS_ACTIVE The file terminal is active. |
TMS_PAUSED The file terminal is paused. |
TMS_LASTITEM Value: TMS_PAUSED Last item in this enum. |
Requirements
Requirement | Value |
---|---|
Header | tapi3if.h |