SIDEBANDAUDIO_STREAM_STATUS_PARAMS struttura (sidebandaudio.h)
La struttura SIDEBANDAUDIO_STREAM_STATUS_PARAMS descrive l'indice dell'endpoint e l'errore del dispositivo NTSTATUS.
Sintassi
typedef struct _SIDEBANDAUDIO_STREAM_STATUS_PARAMS {
ULONG EpIndex;
BOOL Immediate;
NTSTATUS Status;
} SIDEBANDAUDIO_STREAM_STATUS_PARAMS, *PSIDEBANDAUDIO_STREAM_STATUS_PARAMS;
Members
EpIndex
Indice basato su 0 che indica l'endpoint nel dispositivo.
Immediate
Indica se il valore corrente IOCTL è richiesto o IRP deve essere completato al termine della modifica successiva del valore.
Status
Indica lo stato del flusso, inclusa la causa di eventuali errori.
Requisiti
Requisito | Valore |
---|---|
Intestazione | sidebandaudio.h |