Struct windows_sys::Win32::UI::Shell::SHELLEXECUTEINFOW
#[repr(C)]pub struct SHELLEXECUTEINFOW {Show 15 fields
pub cbSize: u32,
pub fMask: u32,
pub hwnd: HWND,
pub lpVerb: PCWSTR,
pub lpFile: PCWSTR,
pub lpParameters: PCWSTR,
pub lpDirectory: PCWSTR,
pub nShow: i32,
pub hInstApp: HMODULE,
pub lpIDList: *mut c_void,
pub lpClass: PCWSTR,
pub hkeyClass: HKEY,
pub dwHotKey: u32,
pub Anonymous: SHELLEXECUTEINFOW_0,
pub hProcess: HANDLE,
}Expand description
Required features: "Win32_UI_Shell", "Win32_Foundation", "Win32_System_Registry"
Fields§
§cbSize: u32§fMask: u32§hwnd: HWND§lpVerb: PCWSTR§lpFile: PCWSTR§lpParameters: PCWSTR§lpDirectory: PCWSTR§nShow: i32§hInstApp: HMODULE§lpIDList: *mut c_void§lpClass: PCWSTR§hkeyClass: HKEY§dwHotKey: u32§Anonymous: SHELLEXECUTEINFOW_0§hProcess: HANDLE