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

JsCreateWeakReference

Limin Zhu edited this pageMay 16, 2017 ·1 revision

Creates a weak reference to a value.

Syntax

CHAKRA_API    JsCreateWeakReference(        _In_ JsValueRef value,        _Out_ JsWeakRef* weakRef);

Parameters

  • value: The value to be referenced.
  • weakRef.: Weak reference to the value.

Return Value

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

Remarks

This API is experimental and may have breaking change later.

Want to contribute to this Wiki?

Clone this wiki locally

[8]ページ先頭

©2009-2025 Movatter.jp