SIDEBANDAUDIO_MUTE_PARAMS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// sidebandaudio.h

typedef struct _SIDEBANDAUDIO_MUTE_PARAMS {
  ULONG EpIndex;
  BOOL  Immediate;
  LONG  Channel;
  BOOL  Value;
} SIDEBANDAUDIO_MUTE_PARAMS, *PSIDEBANDAUDIO_MUTE_PARAMS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-sidebandaudio-_sidebandaudio_mute_params)

SIDEBANDAUDIO_MUTE_PARAMS structure

Description

The SIDEBANDAUDIO_MUTE_PARAMS structure describes the endpoint index, channel, immediate mode of operation and mute value.

Members

EpIndex

0 based index indicating the Endpoint on device.

Immediate

Indicates whether IOCTL current value is requested or IRP should complete upon next change in value.

Channel

0 based index indicating the channel number.

Value

Boolean representing mute state:

Remarks

Requirements

Header sidebandaudio.h

See also

sidebandaudio.h

IOCTL_SBAUD_GET_MUTE_STATUS_UPDATE