Function chakracore_sys::JsSetModuleHostInfo [] [src]

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

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