- Notifications
You must be signed in to change notification settings - Fork1.2k
JsGetModuleHostInfo
Richard edited this pageFeb 23, 2018 ·1 revision
Retrieve the host info for the specified module.
CHAKRA_APIJsGetModuleHostInfo( _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 codeJsNoError 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!