Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The application callback which is called by JsRT when a projection API is completed on a different thread than the original.
Syntax
typedef void (CALLBACK *JsProjectionEnqueueCallback)(
_In_ JsProjectionCallback jsCallback,
_In_ JsProjectionCallbackContext jsContext,
_In_opt_ void *callbackState
);
Parameters
jsCallback
The callback to be invoked on the original thread.
jsContext
The applications context.
callbackState
The JsRT context that must be passed into jsCallback
.
Remarks
Requires calling JsSetProjectionEnqueueCallback to receive callbacks.
This API is supported only in EdgeHTML mode.
Requirements
jsrt.h