Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

JsPointerToString

Limin Zhu edited this pageMar 14, 2017 ·2 revisions

Creates a string value from a string pointer.

Syntax

STDAPI_(JsErrorCode)    JsPointerToString(    _In_reads_(stringLength) const wchar_t *stringValue,    _In_ size_t stringLength,    _Out_ JsValueRef *value);

Parameters

  • stringValue: The string pointer to convert to a string value.
  • stringLength: The length of the string to convert.
  • value: The new string value.

Return Value

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

Remarks

This API is Windows-only (seeJsCreateString/JsCreateStringUtf16 for cross-platform equivalent).Requires an active script context.

Want to contribute to this Wiki?

Clone this wiki locally

[8]ページ先頭

©2009-2025 Movatter.jp