Skip to content

JsSetContextData

Limin Zhu edited this page Oct 9, 2015 · 1 revision

Sets the internal data of JsrtContext.

Syntax

STDAPI_(JsErrorCode)
    JsSetContextData(
        _In_ JsContextRef context,
        _In_ void *data);

Parameters

  • context: The context to set the data to.
  • data: The pointer to the data to be set.

Return Value

The code JsNoError if the operation succeeded, a failure code otherwise.

Clone this wiki locally