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: HINSTANCE,
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: HINSTANCE
lpIDList: *mut c_void
lpClass: PCWSTR
hkeyClass: HKEY
dwHotKey: u32
Anonymous: SHELLEXECUTEINFOW_0
hProcess: HANDLE
Trait Implementations
impl Clone for SHELLEXECUTEINFOW
impl Clone for SHELLEXECUTEINFOW
impl Copy for SHELLEXECUTEINFOW
Auto Trait Implementations
impl RefUnwindSafe for SHELLEXECUTEINFOW
impl !Send for SHELLEXECUTEINFOW
impl !Sync for SHELLEXECUTEINFOW
impl Unpin for SHELLEXECUTEINFOW
impl UnwindSafe for SHELLEXECUTEINFOW
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more