1 |
4.035942 |
BRB_VERSION |
Enum |
|
|
|
|
|
|
typedef enum _BRB_VERSION {
BLUETOOTH_V1 = 0, // Brb was created by Version 1.x code
BLUETOOTH_V2 // Brb was created by Version 2.0 (or later)
} BRB_VERSION;
|
%ProgramFiles(x86)%\Windows Kits\10\Include\10.0.17763.0\km\bthddi.h(289,0) |
- If (NTDDI_VERSION >= NTDDI_VISTA)
|