RILCALLMEDIASTATE structure (ntddrilapitypes.h)

This topic supports the Windows driver infrastructure and is not intended to be used directly from your code.

Syntax

typedef struct RILCALLMEDIASTATE {
  RILCALLMEDIADIRECTION  dwDirection;
  RILCALLMEDIATYPE       dwCallMediaType;
  union {
    RILCALLAUDIOMEDIASTATE  stAudioState;
    RILCALLVIDEOMEDIASTATE  stVideoState;
    RILCALLCUSTOMMEDIASTATE dwCustomStateSpecific;
    DWORD                   pad[16];
  } RILCALLMEDIASTATEUNION;
  RILCALLMEDIASTATEUNION mediaStateUnion;
} RILCALLMEDIASTATE, *LPRILCALLMEDIASTATE;

Members

dwDirection

dwCallMediaType

RILCALLMEDIASTATEUNION

RILCALLMEDIASTATEUNION.stAudioState

RILCALLMEDIASTATEUNION.stVideoState

RILCALLMEDIASTATEUNION.dwCustomStateSpecific

RILCALLMEDIASTATEUNION.pad[16]

mediaStateUnion

Requirements

Requirement Value
Header ntddrilapitypes.h (include Rilapitypes.h)