#[repr(C)]pub struct IOleLinkVtbl {Show 14 fields
pub QueryInterface: Option<unsafe extern "C" fn(This: *mut IOleLink, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>,
pub AddRef: Option<unsafe extern "C" fn(This: *mut IOleLink) -> ULONG>,
pub Release: Option<unsafe extern "C" fn(This: *mut IOleLink) -> ULONG>,
pub SetUpdateOptions: Option<unsafe extern "C" fn(This: *mut IOleLink, dwUpdateOpt: DWORD) -> HRESULT>,
pub GetUpdateOptions: Option<unsafe extern "C" fn(This: *mut IOleLink, pdwUpdateOpt: *mut DWORD) -> HRESULT>,
pub SetSourceMoniker: Option<unsafe extern "C" fn(This: *mut IOleLink, pmk: *mut IMoniker, rclsid: *const IID) -> HRESULT>,
pub GetSourceMoniker: Option<unsafe extern "C" fn(This: *mut IOleLink, ppmk: *mut *mut IMoniker) -> HRESULT>,
pub SetSourceDisplayName: Option<unsafe extern "C" fn(This: *mut IOleLink, pszStatusText: LPCOLESTR) -> HRESULT>,
pub GetSourceDisplayName: Option<unsafe extern "C" fn(This: *mut IOleLink, ppszDisplayName: *mut LPOLESTR) -> HRESULT>,
pub BindToSource: Option<unsafe extern "C" fn(This: *mut IOleLink, bindflags: DWORD, pbc: *mut IBindCtx) -> HRESULT>,
pub BindIfRunning: Option<unsafe extern "C" fn(This: *mut IOleLink) -> HRESULT>,
pub GetBoundSource: Option<unsafe extern "C" fn(This: *mut IOleLink, ppunk: *mut *mut IUnknown) -> HRESULT>,
pub UnbindSource: Option<unsafe extern "C" fn(This: *mut IOleLink) -> HRESULT>,
pub Update: Option<unsafe extern "C" fn(This: *mut IOleLink, pbc: *mut IBindCtx) -> HRESULT>,
}
Fields§
§QueryInterface: Option<unsafe extern "C" fn(This: *mut IOleLink, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>
§AddRef: Option<unsafe extern "C" fn(This: *mut IOleLink) -> ULONG>
§Release: Option<unsafe extern "C" fn(This: *mut IOleLink) -> ULONG>
§SetUpdateOptions: Option<unsafe extern "C" fn(This: *mut IOleLink, dwUpdateOpt: DWORD) -> HRESULT>
§GetUpdateOptions: Option<unsafe extern "C" fn(This: *mut IOleLink, pdwUpdateOpt: *mut DWORD) -> HRESULT>
§SetSourceMoniker: Option<unsafe extern "C" fn(This: *mut IOleLink, pmk: *mut IMoniker, rclsid: *const IID) -> HRESULT>
§GetSourceMoniker: Option<unsafe extern "C" fn(This: *mut IOleLink, ppmk: *mut *mut IMoniker) -> HRESULT>
§SetSourceDisplayName: Option<unsafe extern "C" fn(This: *mut IOleLink, pszStatusText: LPCOLESTR) -> HRESULT>
§GetSourceDisplayName: Option<unsafe extern "C" fn(This: *mut IOleLink, ppszDisplayName: *mut LPOLESTR) -> HRESULT>
§BindToSource: Option<unsafe extern "C" fn(This: *mut IOleLink, bindflags: DWORD, pbc: *mut IBindCtx) -> HRESULT>
§BindIfRunning: Option<unsafe extern "C" fn(This: *mut IOleLink) -> HRESULT>
§GetBoundSource: Option<unsafe extern "C" fn(This: *mut IOleLink, ppunk: *mut *mut IUnknown) -> HRESULT>
§UnbindSource: Option<unsafe extern "C" fn(This: *mut IOleLink) -> HRESULT>
§Update: Option<unsafe extern "C" fn(This: *mut IOleLink, pbc: *mut IBindCtx) -> HRESULT>
Trait Implementations§
Source§impl Clone for IOleLinkVtbl
impl Clone for IOleLinkVtbl
Source§fn clone(&self) -> IOleLinkVtbl
fn clone(&self) -> IOleLinkVtbl
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for IOleLinkVtbl
impl Debug for IOleLinkVtbl
Source§impl Ord for IOleLinkVtbl
impl Ord for IOleLinkVtbl
Source§fn cmp(&self, other: &IOleLinkVtbl) -> Ordering
fn cmp(&self, other: &IOleLinkVtbl) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for IOleLinkVtbl
impl PartialEq for IOleLinkVtbl
Source§impl PartialOrd for IOleLinkVtbl
impl PartialOrd for IOleLinkVtbl
impl Copy for IOleLinkVtbl
impl Eq for IOleLinkVtbl
impl StructuralPartialEq for IOleLinkVtbl
Auto Trait Implementations§
impl Freeze for IOleLinkVtbl
impl RefUnwindSafe for IOleLinkVtbl
impl Send for IOleLinkVtbl
impl Sync for IOleLinkVtbl
impl Unpin for IOleLinkVtbl
impl UnwindSafe for IOleLinkVtbl
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