// ntddrilapitypes.h
typedef struct RILCALLMEDIASTATE {
RILCALLMEDIADIRECTION dwDirection;
RILCALLMEDIATYPE dwCallMediaType;
union {
RILCALLAUDIOMEDIASTATE stAudioState;
RILCALLVIDEOMEDIASTATE stVideoState;
RILCALLCUSTOMMEDIASTATE dwCustomStateSpecific;
DWORD pad[16];
} RILCALLMEDIASTATEUNION;
RILCALLMEDIASTATEUNION mediaStateUnion;
} RILCALLMEDIASTATE, *LPRILCALLMEDIASTATE;
View the official Windows Driver Kit DDI reference// rilapitypes.h
typedef struct RILCALLMEDIASTATE {
RILCALLMEDIADIRECTION dwDirection;
RILCALLMEDIATYPE dwCallMediaType;
union {
RILCALLAUDIOMEDIASTATE stAudioState;
RILCALLVIDEOMEDIASTATE stVideoState;
RILCALLCUSTOMMEDIASTATE dwCustomStateSpecific;
DWORD pad[16];
} RILCALLMEDIASTATEUNION;
RILCALLMEDIASTATEUNION mediaStateUnion;
} RILCALLMEDIASTATE, *LPRILCALLMEDIASTATE;
View the official Windows Driver Kit DDI referenceNo description available.
This topic supports the Windows driver infrastructure and is not intended to be used directly from your code.
dwDirectiondwCallMediaTypemediaStateUnionRILCALLMEDIASTATEUNIONRILCALLMEDIASTATEUNION.stAudioStateRILCALLMEDIASTATEUNION.stVideoStateRILCALLMEDIASTATEUNION.dwCustomStateSpecificRILCALLMEDIASTATEUNION.padThis topic supports the Windows driver infrastructure and is not intended to be used directly from your code.
dwDirectiondwCallMediaTypemediaStateUnionRILCALLMEDIASTATEUNIONRILCALLMEDIASTATEUNION.stAudioStateRILCALLMEDIASTATEUNION.stVideoStateRILCALLMEDIASTATEUNION.dwCustomStateSpecificRILCALLMEDIASTATEUNION.pad