Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/winks/
Dksdeviceprovider.c176 DEV_BROADCAST_DEVICEINTERFACE notification_filter; in register_device_interface() local
180 memset (&notification_filter, 0, sizeof (notification_filter)); in register_device_interface()
181 notification_filter.dbcc_size = sizeof (notification_filter); in register_device_interface()
182 notification_filter.dbcc_devicetype = DBT_DEVTYP_DEVICEINTERFACE; in register_device_interface()
183 notification_filter.dbcc_classguid = interface_class_guid; in register_device_interface()
186 &notification_filter, in register_device_interface()