BTHX_VERSION - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// bthxddi.h

typedef struct _BTHX_VERSION {
  ULONG Version;
} BTHX_VERSION, *PBTHX_VERSION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-bthxddi-_bthx_version)

_BTHX_VERSION structure

Description

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

Members

Version

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