Home
last modified time | relevance | path

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

/qemu/qga/
H A Dmain.c785 DEV_BROADCAST_DEVICEINTERFACE notification_filter; in service_main() local
786 ZeroMemory(&notification_filter, sizeof(notification_filter)); in service_main()
787 notification_filter.dbcc_devicetype = DBT_DEVTYP_DEVICEINTERFACE; in service_main()
788 notification_filter.dbcc_size = sizeof(DEV_BROADCAST_DEVICEINTERFACE); in service_main()
789 notification_filter.dbcc_classguid = GUID_VIOSERIAL_PORT; in service_main()
793 &notification_filter, DEVICE_NOTIFY_SERVICE_HANDLE); in service_main()