-
Notifications
You must be signed in to change notification settings - Fork 1.2k
JsCreateStringUtf16
Alex Godoy Wolff edited this page Nov 16, 2016
·
4 revisions
Create JavascriptString variable from Utf16 string
CHAKRA_API
JsCreateStringUtf16(
_In_ const uint16_t *content,
_In_ size_t length,
_Out_ JsValueRef *value);
- content: Pointer to string memory.
- length: Number of bytes within the string
- value: JsValueRef representing the JavascriptString
The code JsNoError if the operation succeeded, a failure code otherwise.
Expects Utf16 string
- Architecture Overview
- Building ChakraCore
- ChakraCore Code Structure
- Contributor Guidance
- Engineering Notes
- Embedding ChakraCore
- Testing ChakraCore
- Getting ChakraCore binaries
- Label Glossary
- Resources
- Roadmap / Release Notes
Want to contribute to this Uncyclo? Fork it and send a pull request!