RILCALLMEDIASTATE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntddrilapitypes-rilcallmediastate)

RILCALLMEDIASTATE structure (ntddrilapitypes.h)

Description

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

Members

dwDirection

dwCallMediaType

mediaStateUnion

RILCALLMEDIASTATEUNION

RILCALLMEDIASTATEUNION.stAudioState

RILCALLMEDIASTATEUNION.stVideoState

RILCALLMEDIASTATEUNION.dwCustomStateSpecific

RILCALLMEDIASTATEUNION.pad


Windows Driver Kit DDI reference (ns-rilapitypes-rilcallmediastate)

RILCALLMEDIASTATE structure (rilapitypes.h)

Description

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

Members

dwDirection

dwCallMediaType

mediaStateUnion

RILCALLMEDIASTATEUNION

RILCALLMEDIASTATEUNION.stAudioState

RILCALLMEDIASTATEUNION.stVideoState

RILCALLMEDIASTATEUNION.dwCustomStateSpecific

RILCALLMEDIASTATEUNION.pad