Struct windows_sys::Win32::UI::Shell::CMINVOKECOMMANDINFOEX_REMOTE
[−]#[repr(C)]pub struct CMINVOKECOMMANDINFOEX_REMOTE {Show 16 fields
pub cbSize: u32,
pub fMask: u32,
pub hwnd: HWND,
pub lpVerbString: PCSTR,
pub lpParameters: PCSTR,
pub lpDirectory: PCSTR,
pub nShow: i32,
pub dwHotKey: u32,
pub lpTitle: PCSTR,
pub lpVerbWString: PCWSTR,
pub lpParametersW: PCWSTR,
pub lpDirectoryW: PCWSTR,
pub lpTitleW: PCWSTR,
pub ptInvoke: POINT,
pub lpVerbInt: u32,
pub lpVerbWInt: u32,
}Expand description
Required features: "Win32_UI_Shell", "Win32_Foundation"
Fields
cbSize: u32fMask: u32hwnd: HWNDlpVerbString: PCSTRlpParameters: PCSTRlpDirectory: PCSTRnShow: i32dwHotKey: u32lpTitle: PCSTRlpVerbWString: PCWSTRlpParametersW: PCWSTRlpDirectoryW: PCWSTRlpTitleW: PCWSTRptInvoke: POINTlpVerbInt: u32lpVerbWInt: u32Trait Implementations
impl Clone for CMINVOKECOMMANDINFOEX_REMOTE
impl Clone for CMINVOKECOMMANDINFOEX_REMOTE
impl Copy for CMINVOKECOMMANDINFOEX_REMOTE
Auto Trait Implementations
impl RefUnwindSafe for CMINVOKECOMMANDINFOEX_REMOTE
impl !Send for CMINVOKECOMMANDINFOEX_REMOTE
impl !Sync for CMINVOKECOMMANDINFOEX_REMOTE
impl Unpin for CMINVOKECOMMANDINFOEX_REMOTE
impl UnwindSafe for CMINVOKECOMMANDINFOEX_REMOTE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more