Bernhard Kölbl (@besentv) commented about dlls/threadpoolwinrt/main.c:
- threadpool_statics_Release,
- /* IInspectable methods */
- threadpool_statics_GetIids,
- threadpool_statics_GetRuntimeClassName,
- threadpool_statics_GetTrustLevel,
- /* IThreadPoolStatics methods */
- threadpool_statics_RunAsync,
- threadpool_statics_RunWithPriorityAsync,
- threadpool_statics_RunWithPriorityAndOptionsAsync,
+};
+static struct threadpool_factory threadpool_factory = +{
- .IActivationFactory_iface.lpVtbl = &threadpool_factory_vtbl,
- .IThreadPoolStatics_iface.lpVtbl = &threadpool_statics_vtbl,
+};
Initialize .refcount to 1.