// sidebandaudio.h
typedef struct _SIDEBANDAUDIO_CONNECTION_PARAMS {
ULONG EpIndex;
BOOL Immediate;
BOOL Connected;
} SIDEBANDAUDIO_CONNECTION_PARAMS, *PSIDEBANDAUDIO_CONNECTION_PARAMS;
View the official Windows Driver Kit DDI referenceNo description available.
The SIDEBANDAUDIO_CONNECTION_PARAMS structure describes the endpoint index and connection value.
EpIndex0 based index indicating the Endpoint on device.
ImmediateIndicates whether IOCTL current value is requested or IRP should complete upon next change in value.
ConnectedIndicates whether the endpoint is connected or not. Could reflect jack states or wireless connection.
| Header | sidebandaudio.h |