Struct windows::Win32::Web::InternetExplorer::IUrlHistoryStg_Vtbl
#[repr(C)]pub struct IUrlHistoryStg_Vtbl {
pub base__: IUnknown_Vtbl,
pub AddUrl: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: u32) -> HRESULT,
pub DeleteUrl: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32) -> HRESULT,
pub QueryUrl: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32, _: *mut STATURL) -> HRESULT,
pub BindToObject: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *const GUID, _: *mut *mut c_void) -> HRESULT,
pub EnumUrls: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§AddUrl: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: u32) -> HRESULT
§DeleteUrl: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32) -> HRESULT
§QueryUrl: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32, _: *mut STATURL) -> HRESULT
§BindToObject: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *const GUID, _: *mut *mut c_void) -> HRESULT
§EnumUrls: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IUrlHistoryStg_Vtbl
impl IUrlHistoryStg_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IUrlHistoryStg_Vtblwhere
Identity: IUrlHistoryStg_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IUrlHistoryStg_Vtbl
impl RefUnwindSafe for IUrlHistoryStg_Vtbl
impl Send for IUrlHistoryStg_Vtbl
impl Sync for IUrlHistoryStg_Vtbl
impl Unpin for IUrlHistoryStg_Vtbl
impl UnwindSafe for IUrlHistoryStg_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