There was an error while loading. Please reload this page.
A background work item callback.
typedef void (CALLBACK *JsBackgroundWorkItemCallback)(_In_opt_ void *callbackState);
This is passed to the host's thread service (if provided) to allow the host to invoke the work item callback on the background thread of its choice.
Home
ch
Want to contribute to this Wiki? Fork it and send a pull request!