Home
last modified time | relevance | path

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

/openbmc/qemu/qga/
H A Dmain.c829 DEV_BROADCAST_DEVICEINTERFACE notification_filter; in service_main() local
830 ZeroMemory(&notification_filter, sizeof(notification_filter)); in service_main()
831 notification_filter.dbcc_devicetype = DBT_DEVTYP_DEVICEINTERFACE; in service_main()
832 notification_filter.dbcc_size = sizeof(DEV_BROADCAST_DEVICEINTERFACE); in service_main()
833 notification_filter.dbcc_classguid = GUID_VIOSERIAL_PORT; in service_main()
837 &notification_filter, DEVICE_NOTIFY_SERVICE_HANDLE); in service_main()