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 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_IDLEValue: 0 The file terminal is idle. |
TMS_ACTIVEThe file terminal is active. |
TMS_PAUSEDThe file terminal is paused. |
TMS_LASTITEMValue: TMS_PAUSED Last item in this enum. |
Requirements
| Requirement | Value |
|---|---|
| Header | tapi3if.h |