// bthhfpddi.h
// CTL_CODE(0x0022, 0x001, METHOD_NEITHER, FILE_ANY_ACCESS)
#define IOCTL_BTHHFP_DEVICE_GET_KSNODETYPES 0x00220007
View the official Windows Driver Kit DDI referenceNo description available.
The IOCTL_BTHHFP_DEVICE_GET_KSNODETYPES IOCTL Gets the KSNODE types that best describe the Bluetooth device’s input and output.
Note This IOCTL has been deprecated for Windows 8.1, so you should use IOCTL_BTHHFP_DEVICE_GET_DESCRIPTOR instead.
None.
None.
struct
{
GUID OutputType;
GUID InputType;
}
The size of the specified structure.
N/A
The KSNODE type for the input.
The KSNODE type for the output.
This request completes immediately.
IOCTL_BTHHFP_DEVICE_GET_DESCRIPTOR