There was an error while loading. Please reload this page.
Create JavascriptString variable from Utf16 string
CHAKRA_API JsCreateStringUtf16( _In_ const uint16_t *content, _In_ size_t length, _Out_ JsValueRef *value);
The code JsNoError if the operation succeeded, a failure code otherwise.
This API is experimental and may have breaking change later.
Requires an active script context.
Expects Utf16 string.
Home
ch
Want to contribute to this Wiki? Fork it and send a pull request!