BTHX_VERSION structure (bthxddi.h)

The BTHX_VERSION structure describes the version or versions that the transport driver supports.

Syntax

typedef struct _BTHX_VERSION {
  ULONG Version;
} BTHX_VERSION, *PBTHX_VERSION;

Members

Version

Bitmask of supported versions. Currently, BTHX_DDI_VERSION_1 is the only supported version.

Requirements

Requirement Value
Minimum supported client Versions:_Supported starting with Windows 8.
Header bthxddi.h (include BthXDDI.h)