Partager via


TERMINAL_MEDIA_STATE énumération (tapi3if.h)

L’énumération TERMINAL_MEDIA_STATE indique l’état d’un terminal de fichiers.

Syntax

typedef enum TERMINAL_MEDIA_STATE {
  TMS_IDLE = 0,
  TMS_ACTIVE,
  TMS_PAUSED,
  TMS_LASTITEM = TMS_PAUSED
} ;

Constantes

 
TMS_IDLE
Valeur : 0
Le terminal de fichiers est inactif.
TMS_ACTIVE
Le terminal de fichiers est actif.
TMS_PAUSED
Le terminal de fichiers est suspendu.
TMS_LASTITEM
Valeur : TMS_PAUSED
Dernier élément de cette énumération.

Configuration requise

Condition requise Valeur
En-tête tapi3if.h

Voir aussi

ITFileTerminalEvent ::get_State

ITMediaControl ::get_MediaState