structure SIDEBANDAUDIO_STREAM_STATUS_PARAMS (sidebandaudio.h)
La structure SIDEBANDAUDIO_STREAM_STATUS_PARAMS décrit l’index de point de terminaison et l’erreur d’appareil NTSTATUS.
Syntaxe
typedef struct _SIDEBANDAUDIO_STREAM_STATUS_PARAMS {
ULONG EpIndex;
BOOL Immediate;
NTSTATUS Status;
} SIDEBANDAUDIO_STREAM_STATUS_PARAMS, *PSIDEBANDAUDIO_STREAM_STATUS_PARAMS;
Membres
EpIndex
Index basé sur 0 indiquant le point de terminaison sur l’appareil.
Immediate
Indique si la valeur actuelle IOCTL est demandée ou si l’IRP doit se terminer lors de la prochaine modification de la valeur.
Status
Indique l’état du flux, y compris la cause d’un échec.
Exigences
Exigence | Valeur |
---|---|
d’en-tête | sidebandaudio.h |