There was an error while loading. Please reload this page.
Invokes a function as a constructor.
STDAPI_(JsErrorCode) JsConstructObject( _In_ JsValueRef function, _In_reads_(argumentCount) JsValueRef *arguments, _In_ unsigned short argumentCount, _Out_ JsValueRef *result);
arguments[0]
thisArg
undefined
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!