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

JsGetSharedArrayBufferContent

rhuanjl edited this pageSep 1, 2018 ·1 revision

Get the storage object from a SharedArrayBuffer.

Syntax

CHAKRA_API    JsGetSharedArrayBufferContent(        _In_ JsValueRef sharedArrayBuffer,        _Out_ JsSharedArrayBufferContentHandle *sharedContents);

Parameters

  • sharedArrayBuffer: The SharedArrayBuffer object.
  • sharedContents: The storage object of a SharedArrayBuffer which can be shared between multiple thread. User should call JsReleaseSharedArrayBufferContentHandle after finished using it.

Return Value

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

Remarks

This API is experimental and may have breaking changes later.

Requires an active script context.

Want to contribute to this Wiki?

Clone this wiki locally

[8]ページ先頭

©2009-2025 Movatter.jp