Function windows_sys::Win32::UI::Shell::ShellExecuteW
pub unsafe extern "system" fn ShellExecuteW(
hwnd: HWND,
lpoperation: PCWSTR,
lpfile: PCWSTR,
lpparameters: PCWSTR,
lpdirectory: PCWSTR,
nshowcmd: SHOW_WINDOW_CMD
) -> HINSTANCE
Expand description
Required features: "Win32_Foundation"
, "Win32_UI_WindowsAndMessaging"