-
Notifications
You must be signed in to change notification settings - Fork 1.2k
JsGetModuleHostInfo
Richard edited this page Feb 23, 2018
·
1 revision
Retrieve the host info for the specified module.
CHAKRA_API
JsGetModuleHostInfo(
_In_ JsModuleRecord requestModule,
_In_ JsModuleHostInfoKind moduleHostInfo,
_Outptr_result_maybenull_ void** hostInfo);
- requestModule: The request module.
- moduleHostInfo: The type of host info to be retrieved.
- hostInfo: The retrieved host info for the module.
The code JsNoError if the operation succeeded, a failure code otherwise.
This API is experimental and may have breaking change later. This can used to retrieve info previously set with JsSetModuleHostInfo.
- Architecture Overview
- Building ChakraCore
- ChakraCore Code Structure
- Contributor Guidance
- Engineering Notes
- Embedding ChakraCore
- Testing ChakraCore
- Getting ChakraCore binaries
- Label Glossary
- Resources
- Roadmap / Release Notes
Want to contribute to this Wiki? Fork it and send a pull request!