1 |
6.714429 |
BLUETOOTH_IO_CAPABILITY::BLUETOOTH_IO_CAPABILITY_DISPLAYYESNO |
Int32 |
1 |
0x00000001 |
1 |
|
|
System.Int32 |
BLUETOOTH_IO_CAPABILITY_DISPLAYYESNO = 0x01,
|
%ProgramFiles(x86)%\Windows Kits\10\Include\10.0.22621.0\um\bluetoothapis.h(307,0) |
- If WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
- If (NTDDI_VERSION >= NTDDI_WINXPSP2)
- If (NTDDI_VERSION > NTDDI_VISTASP1 || (NTDDI_VERSION == NTDDI_VISTASP1 && defined(VISTA_KB942567)))
|
2 |
3.165212 |
BLUETOOTH_IO_CAPABILITY |
Enum |
|
|
|
|
|
|
typedef enum _BLUETOOTH_IO_CAPABILITY {
BLUETOOTH_IO_CAPABILITY_DISPLAYONLY = 0x00,
BLUETOOTH_IO_CAPABILITY_DISPLAYYESNO = 0x01,
BLUETOOTH_IO_CAPABILITY_KEYBOARDONLY = 0x02,
BLUETOOTH_IO_CAPABILITY_NOINPUTNOOUTPUT = 0x03,
BLUETOOTH_IO_CAPABILITY_UNDEFINED = 0xff
}BLUETOOTH_IO_CAPABILITY;
|
%ProgramFiles(x86)%\Windows Kits\10\Include\10.0.22621.0\um\bluetoothapis.h(305,0) |
- If WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
- If (NTDDI_VERSION >= NTDDI_WINXPSP2)
- If (NTDDI_VERSION > NTDDI_VISTASP1 || (NTDDI_VERSION == NTDDI_VISTASP1 && defined(VISTA_KB942567)))
|