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 de base 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 valeur.
Status
Indique status de flux, y compris la cause de toute défaillance.
Configuration requise
Condition requise | Valeur |
---|---|
En-tête | sidebandaudio.h |