// bthhfpddi.h
// CTL_CODE(0x0022, 0x002, METHOD_NEITHER, FILE_ANY_ACCESS)
#define IOCTL_BTHHFP_DEVICE_GET_CONTAINERID 0x0022000B
View the official Windows Driver Kit DDI referenceNo description available.
The IOCTL_BTHHFP_DEVICE_GET_CONTAINERID IOCTL Gets the PnP Container ID of the Bluetooth device.
Note This IOCTL has been deprecated for Windows 8.1, so you should use IOCTL_BTHHFP_DEVICE_GET_DESCRIPTOR instead.
None.
None.
A GUID that is the Container ID.
The size of a GUID.
N/A
This request completes immediately.
The audio driver stores this container ID in appropriate context data and returns it in the driver's implementation of the KSPROPERTY_JACK_CONTAINERID KS property.
IOCTL_BTHHFP_DEVICE_GET_DESCRIPTOR