Struttura RILCALLMEDIASTATE (ntddrilapitypes.h)

Questo argomento supporta l'infrastruttura driver di Windows e non deve essere usata direttamente dal codice.

Sintassi

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

Requisiti

Requisito Valore
Intestazione ntddrilapitypes.h (include Rilapitypes.h)