Function windows_sys::Win32::System::ClrHosting::CorLaunchApplication
pub unsafe extern "system" fn CorLaunchApplication(
dwclickoncehost: HOST_TYPE,
pwzappfullname: PCWSTR,
dwmanifestpaths: u32,
ppwzmanifestpaths: *const PCWSTR,
dwactivationdata: u32,
ppwzactivationdata: *const PCWSTR,
lpprocessinformation: *mut PROCESS_INFORMATION
) -> HRESULT
Expand description
Required features: "Win32_Foundation"
, "Win32_System_Threading"