#[repr(C)]
pub struct OLEUIINSERTOBJECTW {
Show 22 fields pub cbStruct: u32, pub dwFlags: u32, pub hWndOwner: HWND, pub lpszCaption: PCWSTR, pub lpfnHook: LPFNOLEUIHOOK, pub lCustData: LPARAM, pub hInstance: HINSTANCE, pub lpszTemplate: PCWSTR, pub hResource: HRSRC, pub clsid: GUID, pub lpszFile: PWSTR, 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: u32dwFlags: u32hWndOwner: HWNDlpszCaption: PCWSTRlpfnHook: LPFNOLEUIHOOKlCustData: LPARAMhInstance: HINSTANCElpszTemplate: PCWSTRhResource: HRSRCclsid: GUIDlpszFile: PWSTRcchFile: u32cClsidExclude: u32lpClsidExclude: *mut GUIDiid: GUIDoleRender: u32lpFormatEtc: *mut FORMATETClpIOleClientSite: IOleClientSitelpIStorage: IStorageppvObj: *mut *mut c_voidsc: i32hMetaPict: isize

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.