Skip to content

Latest commit

 

History

History
79 lines (64 loc) · 2.45 KB

ns-bthioctl-_bth_vendor_event_info.md

File metadata and controls

79 lines (64 loc) · 2.45 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NS:bthioctl._BTH_VENDOR_EVENT_INFO
_BTH_VENDOR_EVENT_INFO (bthioctl.h)
The BTH_VENDOR_EVENT_INFO structure specifies the buffer that is associated with the GUID_BLUETOOTH_HCI_VENDOR_EVENT GUID.
bltooth\bth_vendor_event_info.htm
bltooth
04/27/2018
BTH_VENDOR_EVENT_INFO structure
*PBTH_VENDOR_EVENT_INFO, BTH_VENDOR_EVENT_INFO, BTH_VENDOR_EVENT_INFO structure [Bluetooth Devices], PBTH_VENDOR_EVENT_INFO, PBTH_VENDOR_EVENT_INFO structure pointer [Bluetooth Devices], _BTH_VENDOR_EVENT_INFO, bltooth.bth_vendor_event_info, bth_ref_039b7b82-a08d-41a4-9566-2a5192a23ac2.xml, bthioctl/BTH_VENDOR_EVENT_INFO, bthioctl/PBTH_VENDOR_EVENT_INFO
bthioctl.h
Bthioctl.h
Windows
Versions:\_Available in Windows Vista, and later versions of Windows.
Windows
BTH_VENDOR_EVENT_INFO, *PBTH_VENDOR_EVENT_INFO
_BTH_VENDOR_EVENT_INFO
bthioctl/_BTH_VENDOR_EVENT_INFO
PBTH_VENDOR_EVENT_INFO
bthioctl/PBTH_VENDOR_EVENT_INFO
BTH_VENDOR_EVENT_INFO
bthioctl/BTH_VENDOR_EVENT_INFO
APIRef
kbSyntax
HeaderDef
bthioctl.h
_BTH_VENDOR_EVENT_INFO
PBTH_VENDOR_EVENT_INFO
BTH_VENDOR_EVENT_INFO

_BTH_VENDOR_EVENT_INFO structure

-description

The BTH_VENDOR_EVENT_INFO structure specifies the buffer that is associated with the GUID_BLUETOOTH_HCI_VENDOR_EVENT GUID.

-struct-fields

-field BthAddress

The address of the local radio that is associated with the event.

-field EventSize

The size, in bytes, of the event buffer. The size includes the event header.

-field EventInfo

A UCHAR array for the event buffer. The buffer includes the event header.

-remarks

The BTH_VENDOR_EVENT_INFO structure contains data that is associated with a GUID_BLUETOOTH_HCI_VENDOR_EVENT event.

An application or driver that registers for notifications for the GUID_BTHPORT_DEVICE_INTERFACE GUID receives the WM_DEVICECHANGE message that has wParam set to DBT_CUSTOMEVENT and the event GUID set to GUID_BLUETOOTH_HCI_VENDOR_EVENT.