File tree Expand file tree Collapse file tree 2 files changed +0
-18
lines changed Expand file tree Collapse file tree 2 files changed +0
-18
lines changed Original file line number Diff line number Diff line change 1111#include <cfgmgr32.h>
1212#include <devpkey.h>
1313
14- WINAPI CMAPI CONFIGRET CM_Get_Device_Interface_PropertyW (
15- _In_ LPCWSTR pszDeviceInterface ,
16- _In_ const DEVPROPKEY * PropertyKey ,
17- _Out_ DEVPROPTYPE * PropertyType ,
18- _Out_ PBYTE PropertyBuffer ,
19- _Inout_ PULONG PropertyBufferSize ,
20- _In_ ULONG ulFlags
21- );
22-
2314const char * ffDetectKeyboard (FFlist * devices /* List of FFKeyboardDevice */ )
2415{
2516 UINT nDevices = 0 ;
Original file line number Diff line number Diff line change 1111#include <cfgmgr32.h>
1212#include <devpkey.h>
1313
14- WINAPI CMAPI CONFIGRET CM_Get_Device_Interface_PropertyW (
15- _In_ LPCWSTR pszDeviceInterface ,
16- _In_ const DEVPROPKEY * PropertyKey ,
17- _Out_ DEVPROPTYPE * PropertyType ,
18- _Out_ PBYTE PropertyBuffer ,
19- _Inout_ PULONG PropertyBufferSize ,
20- _In_ ULONG ulFlags
21- );
22-
2314const char * ffDetectMouse (FFlist * devices /* List of FFMouseDevice */ )
2415{
2516 UINT nDevices = 0 ;
You can’t perform that action at this time.
0 commit comments