There was an error while loading. Please reload this page.
Creates a string value from a string pointer.
STDAPI_(JsErrorCode) JsPointerToString( _In_reads_(stringLength) const wchar_t *stringValue, _In_ size_t stringLength, _Out_ JsValueRef *value);
The code JsNoError if the operation succeeded, a failure code otherwise.
This API is Windows-only (see JsCreateString/JsCreateStringUtf16 for cross-platform equivalent). Requires an active script context.
Home
ch
Want to contribute to this Wiki? Fork it and send a pull request!