Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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_ JsSourceContextsourceContext,
_Outptr_result_z_ const wchar_t** scriptBuffer
);
Parameters
sourceContext
The context passed to JsParseSerializedScriptWithCallback or JsRunSerializedScriptWithCallback.
scriptBuffer
The script returned.
Remarks
Warning
Requirements
Header: jsrt.h