1 |
3.464729 |
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)
|