There was an error while loading. Please reload this page.
Creates a Javascript DataView object.
STDAPI_(JsErrorCode) JsCreateDataView( _In_ JsValueRef arrayBuffer, _In_ unsigned int byteOffset, _In_ unsigned int byteLength, _Out_ JsValueRef *result);
The code JsNoError if the operation succeeded, a failure code otherwise.
Requires an active script context.
Home
ch
Want to contribute to this Wiki? Fork it and send a pull request!