énumération MBN_VOICE_CALL_STATE (mbnapi.h)
Important
À compter de Windows 10 version 1803, les API Win32 décrites dans cette section sont remplacées par les API Windows Runtime dans l’espace de noms Windows.Networking.Connectivity.
Le MBN_VOICE_CALL_STATE type énuméré spécifie l’état actuel de l’appel vocal de l’appareil.
Syntax
typedef enum MBN_VOICE_CALL_STATE {
MBN_VOICE_CALL_STATE_NONE = 0,
MBN_VOICE_CALL_STATE_IN_PROGRESS,
MBN_VOICE_CALL_STATE_HANGUP
} ;
Constantes
MBN_VOICE_CALL_STATE_NONE Valeur : 0 L’état de l’appel vocal est inconnu. |
MBN_VOICE_CALL_STATE_IN_PROGRESS Un appel vocal actif est en cours. |
MBN_VOICE_CALL_STATE_HANGUP Aucun appel vocal n’est en cours. |
Spécifications
Client minimal pris en charge | Windows 7 [applications de bureau uniquement] |
Serveur minimal pris en charge | Aucun pris en charge |
En-tête | mbnapi.h |