1 |
4.476286 |
BRB_VERSION::BLUETOOTH_V1 |
|
0 |
0x00000000 |
0 |
|
|
System.String |
BLUETOOTH_V1 = 0, //!< Brb was created by Version 1.x code (i.e. ExAllocatePool).
|
%ProgramFiles(x86)%\Windows Kits\10\Include\10.0.22000.0\km\bthddi.h(122,0) |
- If (NTDDI_VERSION >= NTDDI_VISTA)
|
2 |
2.373909 |
BRB_VERSION |
Enum |
|
|
|
|
|
|
typedef enum _BRB_VERSION
{
BLUETOOTH_V1 = 0, //!< Brb was created by Version 1.x code (i.e. ExAllocatePool).
BLUETOOTH_V2, //!< Brb was created by Version 2.0 (or later) code by BthAllocateBrb. This implies Brb is
} BRB_VERSION;
|
%ProgramFiles(x86)%\Windows Kits\10\Include\10.0.22000.0\km\bthddi.h(120,0) |
- If (NTDDI_VERSION >= NTDDI_VISTA)
|