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

JsSerializedScriptLoadSourceCallback

Limin Zhu edited this pageMar 14, 2017 ·2 revisions

Called by the runtime to load the source code of the serialized script. The caller must keep the script buffer valid until the JsSerializedScriptUnloadCallback.

Syntax

typedef bool (CALLBACK * JsSerializedScriptLoadSourceCallback)(_In_ JsSourceContext sourceContext, _Outptr_result_z_ const wchar_t** scriptBuffer);

Parameters

  • sourceContext: The context passed to Js[Parse|Run]SerializedScriptWithCallback
  • scriptBuffer: The script returned.

Return Value

true if the operation succeeded, false otherwise.

Remarks

This callback is Windows-only.

Want to contribute to this Wiki?

Clone this wiki locally

[8]ページ先頭

©2009-2025 Movatter.jp