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: PWSTR,
pub lpFile: PWSTR,
pub lpParameters: PWSTR,
pub lpDirectory: PWSTR,
pub nShow: i32,
pub hInstApp: HINSTANCE,
pub lpIDList: *mut c_void,
pub lpClass: PWSTR,
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: u32fMask: u32hwnd: HWNDlpVerb: PWSTRlpFile: PWSTRlpParameters: PWSTRlpDirectory: PWSTRnShow: i32hInstApp: HINSTANCElpIDList: *mut c_voidlpClass: PWSTRhkeyClass: HKEYdwHotKey: u32Anonymous: SHELLEXECUTEINFOW_0hProcess: HANDLE