// bthioctl.h
// CTL_CODE(0x0041, 0x000, METHOD_BUFFERED, FILE_ANY_ACCESS)
#define IOCTL_BTH_GET_LOCAL_INFO 0x00410000
View the official Windows Driver Kit DDI referenceNo description available.
The IOCTL_BTH_GET_LOCAL_INFO request returns information about the local Bluetooth system and radio.
The AssociatedIrp.SystemBuffer member points to a buffer for a BTH_LOCAL_RADIO_INFO structure.
The length of a BTH_LOCAL_RADIO_INFO structure.
The AssociatedIrp.SystemBuffer member points to a buffer that holds a BTH_LOCAL_RADIO_INFO structure. The buffer contains information about the local radio, including a BTH_DEVICE_INFO structure and a BTH_RADIO_INFO structure.
The length of a BTH_LOCAL_RADIO_INFO structure.
The Information member of the STATUS_BLOCK structure is set to the size, in bytes, of the output buffer.
The Status member of the STATUS_BLOCK structure is always set to STATUS_SUCCESS.