Struct IOleUILinkContainerW_Vtbl
#[repr(C)]pub struct IOleUILinkContainerW_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetNextLink: unsafe extern "system" fn(_: *mut c_void, _: u32) -> u32,
pub SetLinkUpdateOptions: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32) -> HRESULT,
pub GetLinkUpdateOptions: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u32) -> HRESULT,
pub SetLinkSource: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PCWSTR, _: u32, _: *mut u32, _: BOOL) -> HRESULT,
pub GetLinkSource: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut PWSTR, _: *mut u32, _: *mut PWSTR, _: *mut PWSTR, _: *mut BOOL, _: *mut BOOL) -> HRESULT,
pub OpenLinkSource: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub UpdateLink: unsafe extern "system" fn(_: *mut c_void, _: u32, _: BOOL, _: BOOL) -> HRESULT,
pub CancelLink: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetNextLink: unsafe extern "system" fn(_: *mut c_void, _: u32) -> u32
§SetLinkUpdateOptions: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32) -> HRESULT
§GetLinkUpdateOptions: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u32) -> HRESULT
§SetLinkSource: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PCWSTR, _: u32, _: *mut u32, _: BOOL) -> HRESULT
§GetLinkSource: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut PWSTR, _: *mut u32, _: *mut PWSTR, _: *mut PWSTR, _: *mut BOOL, _: *mut BOOL) -> HRESULT
§OpenLinkSource: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§UpdateLink: unsafe extern "system" fn(_: *mut c_void, _: u32, _: BOOL, _: BOOL) -> HRESULT
§CancelLink: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
Implementations§
§impl IOleUILinkContainerW_Vtbl
impl IOleUILinkContainerW_Vtbl
pub const fn new<Identity: IOleUILinkContainerW_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IOleUILinkContainerW_Vtbl
impl RefUnwindSafe for IOleUILinkContainerW_Vtbl
impl Send for IOleUILinkContainerW_Vtbl
impl Sync for IOleUILinkContainerW_Vtbl
impl Unpin for IOleUILinkContainerW_Vtbl
impl UnwindSafe for IOleUILinkContainerW_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