Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Gets the internal data set on JsrtContext.
Syntax
STDAPI_(JsErrorCode) JsGetContextData(
_In_ JsContextRef context,
_Out_ void **data
);
Parameters
context
The context to get the data from.
data
The pointer to the data where data will be returned.
Return Value
The code JsNoError if the operation succeeded, a failure code otherwise.
Remarks
Requires an active script context.
Requirements
Header: jsrt.h