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

JsGetTypedArrayInfo

Limin Zhu edited this pageOct 9, 2015 ·1 revision

Obtains frequently used properties of a typed array.

Syntax

STDAPI_(JsErrorCode)    JsGetTypedArrayInfo(    _In_ JsValueRef typedArray,    _Out_opt_ JsTypedArrayType *arrayType,    _Out_opt_ JsValueRef *arrayBuffer,    _Out_opt_ unsigned int *byteOffset,    _Out_opt_ unsigned int *byteLength);

Parameters

  • typedArray: The typed array instance.
  • arrayType: The type of the array.
  • arrayBuffer: The ArrayBuffer backstore of the array.
  • byteOffset: The offset in bytes from the start of arrayBuffer referenced by the array.
  • byteLength: The number of bytes in the array.

Return Value

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

Want to contribute to this Wiki?

Clone this wiki locally

[8]ページ先頭

©2009-2025 Movatter.jp