There was an error while loading. Please reload this page.
Creates a new JavaScript function with name.
STDAPI_(JsErrorCode) JsCreateNamedFunction( _In_ JsValueRef name, _In_ JsNativeFunction nativeFunction, _In_opt_ void *callbackState, _Out_ JsValueRef *function);
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!