Estructura RILCALLMEDIASTATE (ntddrilapitypes.h)
Este tema admite la infraestructura del controlador de Windows y no está pensado para usarse directamente desde el código.
Sintaxis
typedef struct RILCALLMEDIASTATE {
RILCALLMEDIADIRECTION dwDirection;
RILCALLMEDIATYPE dwCallMediaType;
union {
RILCALLAUDIOMEDIASTATE stAudioState;
RILCALLVIDEOMEDIASTATE stVideoState;
RILCALLCUSTOMMEDIASTATE dwCustomStateSpecific;
DWORD pad[16];
} RILCALLMEDIASTATEUNION;
RILCALLMEDIASTATEUNION mediaStateUnion;
} RILCALLMEDIASTATE, *LPRILCALLMEDIASTATE;
Miembros
dwDirection
dwCallMediaType
RILCALLMEDIASTATEUNION
RILCALLMEDIASTATEUNION.stAudioState
RILCALLMEDIASTATEUNION.stVideoState
RILCALLMEDIASTATEUNION.dwCustomStateSpecific
RILCALLMEDIASTATEUNION.pad[16]
mediaStateUnion
Requisitos
Requisito | Valor |
---|---|
Header | ntddrilapitypes.h (include Rilapitypes.h) |