enumeración PHONE_BUTTON_STATE (tapi3if.h)
La enumeración PHONE_BUTTON_STATE describe el estado de un botón de teléfono.
Syntax
typedef enum PHONE_BUTTON_STATE {
PBS_UP = 0x1,
PBS_DOWN = 0x2,
PBS_UNKNOWN = 0x4,
PBS_UNAVAIL = 0x8
} ;
Constantes
PBS_UP Valor: 0x1 El estado del botón está activo. |
PBS_DOWN Valor: 0x2 El estado del botón está inactivo. |
PBS_UNKNOWN Valor: 0x4 No se conoce el estado del botón. |
PBS_UNAVAIL Valor: 0x8 El estado del botón no está disponible. |
Requisitos
Requisito | Valor |
---|---|
Header | tapi3if.h |