Searched refs:dbh (Results 1 – 1 of 1) sorted by relevance
155 DEV_BROADCAST_DEVICEINTERFACE dbh; in SDL_CreateDeviceNotification() local180 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 3 milliseconds