Struct IOleUIObjInfoW_Vtbl
#[repr(C)]pub struct IOleUIObjInfoW_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetObjectInfo: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u32, _: *mut PWSTR, _: *mut PWSTR, _: *mut PWSTR, _: *mut PWSTR) -> HRESULT,
pub GetConvertInfo: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut GUID, _: *mut u16, _: *mut GUID, _: *mut *mut GUID, _: *mut u32) -> HRESULT,
pub ConvertObject: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const GUID) -> HRESULT,
pub GetViewInfo: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const HGLOBAL, _: *const u32, _: *const i32) -> HRESULT,
pub SetViewInfo: unsafe extern "system" fn(_: *mut c_void, _: u32, _: HGLOBAL, _: u32, _: i32, _: BOOL) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetObjectInfo: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u32, _: *mut PWSTR, _: *mut PWSTR, _: *mut PWSTR, _: *mut PWSTR) -> HRESULT
§GetConvertInfo: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut GUID, _: *mut u16, _: *mut GUID, _: *mut *mut GUID, _: *mut u32) -> HRESULT
§ConvertObject: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const GUID) -> HRESULT
§GetViewInfo: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const HGLOBAL, _: *const u32, _: *const i32) -> HRESULT
§SetViewInfo: unsafe extern "system" fn(_: *mut c_void, _: u32, _: HGLOBAL, _: u32, _: i32, _: BOOL) -> HRESULT
Implementations§
§impl IOleUIObjInfoW_Vtbl
impl IOleUIObjInfoW_Vtbl
pub const fn new<Identity: IOleUIObjInfoW_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IOleUIObjInfoW_Vtbl
impl RefUnwindSafe for IOleUIObjInfoW_Vtbl
impl Send for IOleUIObjInfoW_Vtbl
impl Sync for IOleUIObjInfoW_Vtbl
impl Unpin for IOleUIObjInfoW_Vtbl
impl UnwindSafe for IOleUIObjInfoW_Vtbl
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more