Struct winapi::urlhist::IUrlHistoryStg2
[−]
[src]
pub struct IUrlHistoryStg2 { pub lpVtbl: *const IUrlHistoryStg2Vtbl, }
Fields
lpVtbl |
Methods
impl IUrlHistoryStg2
[src]
unsafe fn AddUrlAndNotify(&mut self, pocsUrl: LPCOLESTR, pocsTitle: LPCOLESTR, dwFlags: DWORD, fWriteHistory: BOOL, poctNotify: *mut IOleCommandTarget, punkISFolder: *mut IUnknown) -> HRESULT
unsafe fn ClearHistory(&mut self) -> HRESULT
Methods from Deref<Target=IUrlHistoryStg>
unsafe fn AddUrl(&mut self, pocsUrl: LPCOLESTR) -> HRESULT
unsafe fn DeleteUrl(&mut self, pocsUrl: LPCOLESTR, dwFlags: DWORD) -> HRESULT
unsafe fn QueryUrl(&mut self, pocsUrl: LPCOLESTR, dwFlags: DWORD, lpSTATURL: LPSTATURL) -> HRESULT
unsafe fn BindToObject(&mut self, pocsUrl: LPCOLESTR, riid: REFIID, ppvOut: *mut *mut c_void) -> HRESULT
unsafe fn EnumUrls(&mut self, ppEnum: *mut *mut IEnumSTATURL) -> HRESULT
Trait Implementations
impl Deref for IUrlHistoryStg2
[src]
type Target = IUrlHistoryStg
The resulting type after dereferencing
fn deref(&self) -> &IUrlHistoryStg
The method called to dereference a value
impl DerefMut for IUrlHistoryStg2
[src]
fn deref_mut(&mut self) -> &mut IUrlHistoryStg
The method called to mutably dereference a value