Struct windows_sys::Win32::System::Ole::OLEUIINSERTOBJECTA
[−]#[repr(C)]pub struct OLEUIINSERTOBJECTA {Show 22 fields
pub cbStruct: u32,
pub dwFlags: u32,
pub hWndOwner: HWND,
pub lpszCaption: PCSTR,
pub lpfnHook: LPFNOLEUIHOOK,
pub lCustData: LPARAM,
pub hInstance: HINSTANCE,
pub lpszTemplate: PCSTR,
pub hResource: HRSRC,
pub clsid: GUID,
pub lpszFile: PSTR,
pub cchFile: u32,
pub cClsidExclude: u32,
pub lpClsidExclude: *mut GUID,
pub iid: GUID,
pub oleRender: u32,
pub lpFormatEtc: *mut FORMATETC,
pub lpIOleClientSite: IOleClientSite,
pub lpIStorage: IStorage,
pub ppvObj: *mut *mut c_void,
pub sc: i32,
pub hMetaPict: isize,
}
Expand description
Required features: "Win32_System_Ole"
, "Win32_Foundation"
, "Win32_System_Com_StructuredStorage"
Fields
cbStruct: u32
dwFlags: u32
hWndOwner: HWND
lpszCaption: PCSTR
lpfnHook: LPFNOLEUIHOOK
lCustData: LPARAM
hInstance: HINSTANCE
lpszTemplate: PCSTR
hResource: HRSRC
clsid: GUID
lpszFile: PSTR
cchFile: u32
cClsidExclude: u32
lpClsidExclude: *mut GUID
iid: GUID
oleRender: u32
lpFormatEtc: *mut FORMATETC
lpIOleClientSite: IOleClientSite
lpIStorage: IStorage
ppvObj: *mut *mut c_void
sc: i32
hMetaPict: isize
Trait Implementations
impl Clone for OLEUIINSERTOBJECTA
impl Clone for OLEUIINSERTOBJECTA
impl Copy for OLEUIINSERTOBJECTA
Auto Trait Implementations
impl RefUnwindSafe for OLEUIINSERTOBJECTA
impl !Send for OLEUIINSERTOBJECTA
impl !Sync for OLEUIINSERTOBJECTA
impl Unpin for OLEUIINSERTOBJECTA
impl UnwindSafe for OLEUIINSERTOBJECTA
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