Home
last modified time | relevance | path

Searched refs:dbh (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/SDL2/src/joystick/windows/
A DSDL_windowsjoystick.c155 DEV_BROADCAST_DEVICEINTERFACE dbh; in SDL_CreateDeviceNotification() local
180 SDL_zero(dbh); in SDL_CreateDeviceNotification()
181 dbh.dbcc_size = sizeof(dbh); in SDL_CreateDeviceNotification()
182 dbh.dbcc_devicetype = DBT_DEVTYP_DEVICEINTERFACE; in SDL_CreateDeviceNotification()
183 dbh.dbcc_classguid = GUID_DEVINTERFACE_HID; in SDL_CreateDeviceNotification()
185 …data->hNotify = RegisterDeviceNotification(data->messageWindow, &dbh, DEVICE_NOTIFY_WINDOW_HANDLE); in SDL_CreateDeviceNotification()

Completed in 5 milliseconds