windows::Win32::System::ClrHosting

Function CorBindToRuntimeHost

pub unsafe fn CorBindToRuntimeHost<P0, P1, P2>(
    pwszversion: P0,
    pwszbuildflavor: P1,
    pwszhostconfigfile: P2,
    preserved: *mut c_void,
    startupflags: u32,
    rclsid: *const GUID,
    riid: *const GUID,
    ppv: *mut *mut c_void,
) -> Result<()>
where P0: Param<PCWSTR>, P1: Param<PCWSTR>, P2: Param<PCWSTR>,