// bthxddi.h
typedef struct _BTHX_VERSION {
ULONG Version;
} BTHX_VERSION, *PBTHX_VERSION;
View the official Windows Driver Kit DDI referenceNo description available.
The BTHX_VERSION structure describes the version or versions that the transport driver supports.
VersionBitmask of supported versions. Currently, BTHX_DDI_VERSION_1 is the only supported version.