JsProjectionCallback Typedef
The JsRT callback which should be called with the context passed to JsProjectionEnqueueCallback
on the correct thread.
Syntax
typedef void (CALLBACK *JsProjectionCallback)(
_In_ JsProjectionCallbackContext jsContext
);
Parameters
jsContext
Requires calling JsSetProjectionEnqueueCallback
to receive callbacks.
Remarks
This API is supported only in EdgeHTML mode.
Requirements
jsrt.h