Function chakracore_sys::JsGetModuleHostInfo [] [src]

pub unsafe extern "system" fn JsGetModuleHostInfo(
    requestModule: JsModuleRecord,
    moduleHostInfo: JsModuleHostInfoKind,
    hostInfo: *mut *mut c_void
) -> JsErrorCode

Retrieve the host info for the specified module. The request module. The type of host info to get. The host info to be retrieved. The code JsNoError if the operation succeeded, a failure code otherwise.