Bernhard K��lbl (@besentv) commented about dlls/windows.devices.enumeration/tests/devices.c:
+{
- device_watcher_handler_QueryInterface,
- device_watcher_handler_AddRef,
- device_watcher_handler_Release,
- /* ITypedEventHandler<DeviceWatcher*,IInspectable*> methods */
- device_watcher_handler_Invoke,
+};
+static void device_watcher_handler_create(struct device_watcher_handler *impl) +{
- impl->ITypedEventHandler_DeviceWatcher_IInspectable_iface.lpVtbl = &device_watcher_handler_vtbl;
- impl->invoked = FALSE;
- impl->ref = 1;
+}
+static void test_device_watcher_stop(void)
test_DeviceInformation