webview2_com_sys::Windows::Win32::UI::Shell

Function ShellExecuteW

Source
pub unsafe fn ShellExecuteW<'a>(
    hwnd: impl IntoParam<'a, HWND>,
    lpoperation: impl IntoParam<'a, PWSTR>,
    lpfile: impl IntoParam<'a, PWSTR>,
    lpparameters: impl IntoParam<'a, PWSTR>,
    lpdirectory: impl IntoParam<'a, PWSTR>,
    nshowcmd: i32,
) -> HINSTANCE