SIDEBANDAUDIO_SIOP_REQUEST_PARAM unione (sidebandaudio.h)
La struttura SIDEBANDAUDIO_SIOP_REQUEST_PARAM descrive il parametro di richiesta SIOP variabile.
Sintassi
typedef union {
struct {
ULONG EpIndex;
SIDEBANDAUDIO_IO_PARAM_HEADER RequestedSiop;
};
LONGLONG Alignment;
} SIDEBANDAUDIO_SIOP_REQUEST_PARAM, *PSIDEBANDAUDIO_SIOP_REQUEST_PARAM;
Members
EpIndex
Indice basato su 0 che indica l'endpoint nel dispositivo.
RequestedSiop
SIOP richiesto sotto forma di una struttura SIDEBANDAUDIO_IO_PARAM_HEADER.
Alignment
Consente l'allineamento di byte.
Requisiti
Requisito | Valore |
---|---|
Intestazione | sidebandaudio.h |