#[repr(C)]pub struct IUrlHistoryStg {
pub lpVtbl: *const IUrlHistoryStgVtbl,
}
Fields§
§lpVtbl: *const IUrlHistoryStgVtbl
Implementations§
Source§impl IUrlHistoryStg
impl IUrlHistoryStg
pub unsafe fn AddUrl(&self, pocsUrl: LPCOLESTR) -> HRESULT
pub unsafe fn DeleteUrl(&self, pocsUrl: LPCOLESTR, dwFlags: DWORD) -> HRESULT
pub unsafe fn QueryUrl( &self, pocsUrl: LPCOLESTR, dwFlags: DWORD, lpSTATURL: LPSTATURL, ) -> HRESULT
pub unsafe fn BindToObject( &self, pocsUrl: LPCOLESTR, riid: REFIID, ppvOut: *mut *mut c_void, ) -> HRESULT
pub unsafe fn EnumUrls(&self, ppEnum: *mut *mut IEnumSTATURL) -> HRESULT
Trait Implementations§
Source§impl Deref for IUrlHistoryStg
impl Deref for IUrlHistoryStg
Auto Trait Implementations§
impl Freeze for IUrlHistoryStg
impl RefUnwindSafe for IUrlHistoryStg
impl !Send for IUrlHistoryStg
impl !Sync for IUrlHistoryStg
impl Unpin for IUrlHistoryStg
impl UnwindSafe for IUrlHistoryStg
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