Structure RILCALLMEDIASTATE (rilapitypes.h)
Cette rubrique prend en charge l’infrastructure de pilote Windows et n’est pas destinée à être utilisée directement à partir de votre code.
Syntaxe
typedef struct RILCALLMEDIASTATE {
RILCALLMEDIADIRECTION dwDirection;
RILCALLMEDIATYPE dwCallMediaType;
union {
RILCALLAUDIOMEDIASTATE stAudioState;
RILCALLVIDEOMEDIASTATE stVideoState;
RILCALLCUSTOMMEDIASTATE dwCustomStateSpecific;
DWORD pad[16];
} RILCALLMEDIASTATEUNION;
RILCALLMEDIASTATEUNION mediaStateUnion;
} RILCALLMEDIASTATE, *LPRILCALLMEDIASTATE;
Membres
dwDirection
dwCallMediaType
RILCALLMEDIASTATEUNION
RILCALLMEDIASTATEUNION.stAudioState
RILCALLMEDIASTATEUNION.stVideoState
RILCALLMEDIASTATEUNION.dwCustomStateSpecific
RILCALLMEDIASTATEUNION.pad[16]
mediaStateUnion
Exigences
Exigence | Valeur |
---|---|
d’en-tête | rilapitypes.h (include Rilapitypes.h) |