Struct IBrowserService_Vtbl
#[repr(C)]pub struct IBrowserService_Vtbl {Show 31 fields
pub base__: IUnknown_Vtbl,
pub GetParentSite: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetTitle: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: PCWSTR) -> HRESULT,
pub GetTitle: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: PWSTR, _: u32) -> HRESULT,
pub GetOleObject: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetTravelLog: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ShowControlWindow: unsafe extern "system" fn(_: *mut c_void, _: u32, _: BOOL) -> HRESULT,
pub IsControlWindowShown: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut BOOL) -> HRESULT,
pub IEGetDisplayName: unsafe extern "system" fn(_: *mut c_void, _: *const ITEMIDLIST, _: PWSTR, _: u32) -> HRESULT,
pub IEParseDisplayName: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PCWSTR, _: *mut *mut ITEMIDLIST) -> HRESULT,
pub DisplayParseError: unsafe extern "system" fn(_: *mut c_void, _: HRESULT, _: PCWSTR) -> HRESULT,
pub NavigateToPidl: unsafe extern "system" fn(_: *mut c_void, _: *const ITEMIDLIST, _: u32) -> HRESULT,
pub SetNavigateState: unsafe extern "system" fn(_: *mut c_void, _: BNSTATE) -> HRESULT,
pub GetNavigateState: unsafe extern "system" fn(_: *mut c_void, _: *mut BNSTATE) -> HRESULT,
pub NotifyRedirect: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const ITEMIDLIST, _: *mut BOOL) -> HRESULT,
pub UpdateWindowList: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub UpdateBackForwardState: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub SetFlags: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32) -> HRESULT,
pub GetFlags: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub CanNavigateNow: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub GetPidl: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut ITEMIDLIST) -> HRESULT,
pub SetReferrer: unsafe extern "system" fn(_: *mut c_void, _: *const ITEMIDLIST) -> HRESULT,
pub GetBrowserIndex: unsafe extern "system" fn(_: *mut c_void) -> u32,
pub GetBrowserByIndex: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT,
pub GetHistoryObject: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void, _: *mut *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetHistoryObject: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: BOOL) -> HRESULT,
pub CacheOLEServer: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub GetSetCodePage: unsafe extern "system" fn(_: *mut c_void, _: *const VARIANT, _: *mut VARIANT) -> HRESULT,
pub OnHttpEquiv: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: BOOL, _: *const VARIANT, _: *mut VARIANT) -> HRESULT,
pub GetPalette: unsafe extern "system" fn(_: *mut c_void, _: *mut HPALETTE) -> HRESULT,
pub RegisterWindow: unsafe extern "system" fn(_: *mut c_void, _: BOOL, _: ShellWindowTypeConstants) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetParentSite: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetTitle: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: PCWSTR) -> HRESULT
§GetTitle: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: PWSTR, _: u32) -> HRESULT
§GetOleObject: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetTravelLog: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§ShowControlWindow: unsafe extern "system" fn(_: *mut c_void, _: u32, _: BOOL) -> HRESULT
§IsControlWindowShown: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut BOOL) -> HRESULT
§IEGetDisplayName: unsafe extern "system" fn(_: *mut c_void, _: *const ITEMIDLIST, _: PWSTR, _: u32) -> HRESULT
§IEParseDisplayName: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PCWSTR, _: *mut *mut ITEMIDLIST) -> HRESULT
§DisplayParseError: unsafe extern "system" fn(_: *mut c_void, _: HRESULT, _: PCWSTR) -> HRESULT
§NotifyRedirect: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const ITEMIDLIST, _: *mut BOOL) -> HRESULT
§UpdateWindowList: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§UpdateBackForwardState: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§SetFlags: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32) -> HRESULT
§GetFlags: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§GetPidl: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut ITEMIDLIST) -> HRESULT
§SetReferrer: unsafe extern "system" fn(_: *mut c_void, _: *const ITEMIDLIST) -> HRESULT
§GetBrowserIndex: unsafe extern "system" fn(_: *mut c_void) -> u32
§GetBrowserByIndex: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT
§GetHistoryObject: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void, _: *mut *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetHistoryObject: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: BOOL) -> HRESULT
§CacheOLEServer: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§GetSetCodePage: unsafe extern "system" fn(_: *mut c_void, _: *const VARIANT, _: *mut VARIANT) -> HRESULT
§OnHttpEquiv: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: BOOL, _: *const VARIANT, _: *mut VARIANT) -> HRESULT
§GetPalette: unsafe extern "system" fn(_: *mut c_void, _: *mut HPALETTE) -> HRESULT
§RegisterWindow: unsafe extern "system" fn(_: *mut c_void, _: BOOL, _: ShellWindowTypeConstants) -> HRESULT
Implementations§
§impl IBrowserService_Vtbl
impl IBrowserService_Vtbl
pub const fn new<Identity: IBrowserService_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IBrowserService_Vtbl
impl RefUnwindSafe for IBrowserService_Vtbl
impl Send for IBrowserService_Vtbl
impl Sync for IBrowserService_Vtbl
impl Unpin for IBrowserService_Vtbl
impl UnwindSafe for IBrowserService_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