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

Function ShellExecuteA

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