Estrutura RILCALLMEDIASTATE (rilapitypes.h)
Este tópico dá suporte à infraestrutura de driver do Windows e não se destina a ser usado diretamente do seu código.
Sintaxe
typedef struct RILCALLMEDIASTATE {
RILCALLMEDIADIRECTION dwDirection;
RILCALLMEDIATYPE dwCallMediaType;
union {
RILCALLAUDIOMEDIASTATE stAudioState;
RILCALLVIDEOMEDIASTATE stVideoState;
RILCALLCUSTOMMEDIASTATE dwCustomStateSpecific;
DWORD pad[16];
} RILCALLMEDIASTATEUNION;
RILCALLMEDIASTATEUNION mediaStateUnion;
} RILCALLMEDIASTATE, *LPRILCALLMEDIASTATE;
Membros
dwDirection
dwCallMediaType
RILCALLMEDIASTATEUNION
RILCALLMEDIASTATEUNION.stAudioState
RILCALLMEDIASTATEUNION.stVideoState
RILCALLMEDIASTATEUNION.dwCustomStateSpecific
RILCALLMEDIASTATEUNION.pad[16]
mediaStateUnion
Requisitos
Requisito | Valor |
---|---|
Cabeçalho | rilapitypes.h (inclua Rilapitypes.h) |