IOCTL_SBAUD_SET_SIDETONE_PROPERTY - NtDoc

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

// CTL_CODE(0x0022, 0x00d, METHOD_NEITHER, FILE_ANY_ACCESS)
#define IOCTL_SBAUD_SET_SIDETONE_PROPERTY 0x00220037
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ni-sidebandaudio-ioctl_sbaud_set_sidetone_property)

IOCTL_SBAUD_SET_SIDETONE_PROPERTY IOCTL

Description

The IOCTL_SBAUD_SET_SIDETONE_PROPERTY IOCLT is used to set the side tone property. This control code is used by an audio driver when cooperating with the audio class drivers to operate a sideband connection.

Parameters

Major code

IRP_MJ_DEVICE_CONTROL

Input buffer

A SIDEBANDAUDIO_SIDETONE_PARAMS structure that describes the endpoint index and sidetone value to be set.

Input buffer length

The length of the SIDEBANDAUDIO_SIDETONE_PARAMS structure.

Output buffer

Output buffer length

Input/output buffer

Input/output buffer length

Status block

Irp->IoStatus.Status is set to STATUS_SUCCESS if the request is successful. Otherwise, Status to the appropriate error condition as a NTSTATUS code. For more information, see NTSTATUS Values.

Remarks

This IOCTL can only be called from kernel mode.

Requirements

Header sidebandaudio.h

See also

Introduction to I/O Control Codes

sidebandaudio.h