struttura SIDEBANDAUDIO_STREAM_STATUS_PARAMS (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;
Membri
EpIndex
Indice in base 0 che indica l'endpoint nel dispositivo.
Immediate
Indica se il valore corrente IOCTL è richiesto o se IRP deve essere completato al successivo cambiamento del valore.
Status
Indica lo stato del flusso, inclusa la causa di qualsiasi errore.
Fabbisogno
Requisito | Valore |
---|---|
intestazione | sidebandaudio.h |