pub struct IBrowserService4(/* private fields */);

Implementations§

§

impl IBrowserService4

pub unsafe fn GetParentSite(&self) -> Result<IOleInPlaceSite>

pub unsafe fn SetTitle<P0, P1>(&self, psv: P0, pszname: P1) -> Result<()>
where P0: IntoParam<IShellView>, P1: IntoParam<PCWSTR>,

pub unsafe fn GetTitle<P0>(&self, psv: P0, pszname: &mut [u16]) -> Result<()>
where P0: IntoParam<IShellView>,

pub unsafe fn GetOleObject(&self) -> Result<IOleObject>

pub unsafe fn GetTravelLog(&self) -> Result<ITravelLog>

pub unsafe fn ShowControlWindow<P0>(&self, id: u32, fshow: P0) -> Result<()>
where P0: IntoParam<BOOL>,

pub unsafe fn IsControlWindowShown(&self, id: u32) -> Result<BOOL>

pub unsafe fn IEGetDisplayName( &self, pidl: *const ITEMIDLIST, pwszname: PWSTR, uflags: u32 ) -> Result<()>

pub unsafe fn IEParseDisplayName<P0>( &self, uicp: u32, pwszpath: P0 ) -> Result<*mut ITEMIDLIST>
where P0: IntoParam<PCWSTR>,

pub unsafe fn DisplayParseError<P0>( &self, hres: HRESULT, pwszpath: P0 ) -> Result<()>
where P0: IntoParam<PCWSTR>,

pub unsafe fn NavigateToPidl( &self, pidl: *const ITEMIDLIST, grfhlnf: u32 ) -> Result<()>

pub unsafe fn SetNavigateState(&self, bnstate: BNSTATE) -> Result<()>

pub unsafe fn GetNavigateState(&self) -> Result<BNSTATE>

pub unsafe fn NotifyRedirect<P0>( &self, psv: P0, pidl: *const ITEMIDLIST ) -> Result<BOOL>
where P0: IntoParam<IShellView>,

pub unsafe fn UpdateWindowList(&self) -> Result<()>

pub unsafe fn UpdateBackForwardState(&self) -> Result<()>

pub unsafe fn SetFlags(&self, dwflags: u32, dwflagmask: u32) -> Result<()>

pub unsafe fn GetFlags(&self) -> Result<u32>

pub unsafe fn CanNavigateNow(&self) -> Result<()>

pub unsafe fn GetPidl(&self) -> Result<*mut ITEMIDLIST>

pub unsafe fn SetReferrer(&self, pidl: *const ITEMIDLIST) -> Result<()>

pub unsafe fn GetBrowserIndex(&self) -> u32

pub unsafe fn GetBrowserByIndex(&self, dwid: u32) -> Result<IUnknown>

pub unsafe fn GetHistoryObject( &self, ppole: *mut Option<IOleObject>, pstm: *mut Option<IStream>, ppbc: *mut Option<IBindCtx> ) -> Result<()>

pub unsafe fn SetHistoryObject<P0, P1>( &self, pole: P0, fislocalanchor: P1 ) -> Result<()>
where P0: IntoParam<IOleObject>, P1: IntoParam<BOOL>,

pub unsafe fn CacheOLEServer<P0>(&self, pole: P0) -> Result<()>
where P0: IntoParam<IOleObject>,

pub unsafe fn GetSetCodePage(&self, pvarin: *const VARIANT) -> Result<VARIANT>

pub unsafe fn OnHttpEquiv<P0, P1>( &self, psv: P0, fdone: P1, pvarargin: *const VARIANT ) -> Result<VARIANT>
where P0: IntoParam<IShellView>, P1: IntoParam<BOOL>,

pub unsafe fn GetPalette(&self) -> Result<HPALETTE>

pub unsafe fn RegisterWindow<P0>( &self, fforceregister: P0, swc: ShellWindowTypeConstants ) -> Result<()>
where P0: IntoParam<BOOL>,

pub unsafe fn WndProcBS<P0, P1, P2>( &self, hwnd: P0, umsg: u32, wparam: P1, lparam: P2 ) -> LRESULT
where P0: IntoParam<HWND>, P1: IntoParam<WPARAM>, P2: IntoParam<LPARAM>,

pub unsafe fn SetAsDefFolderSettings(&self) -> Result<()>

pub unsafe fn GetViewRect(&self) -> Result<RECT>

pub unsafe fn OnSize<P0>(&self, wparam: P0) -> Result<()>
where P0: IntoParam<WPARAM>,

pub unsafe fn OnCreate(&self, pcs: *const CREATESTRUCTW) -> Result<()>

pub unsafe fn OnCommand<P0, P1>(&self, wparam: P0, lparam: P1) -> LRESULT
where P0: IntoParam<WPARAM>, P1: IntoParam<LPARAM>,

pub unsafe fn OnDestroy(&self) -> Result<()>

pub unsafe fn OnNotify(&self, pnm: *const NMHDR) -> LRESULT

pub unsafe fn OnSetFocus(&self) -> Result<()>

pub unsafe fn OnFrameWindowActivateBS<P0>(&self, factive: P0) -> Result<()>
where P0: IntoParam<BOOL>,

pub unsafe fn ReleaseShellView(&self) -> Result<()>

pub unsafe fn ActivatePendingView(&self) -> Result<()>

pub unsafe fn CreateViewWindow<P0, P1>( &self, psvnew: P0, psvold: P1, prcview: *const RECT ) -> Result<HWND>
where P0: IntoParam<IShellView>, P1: IntoParam<IShellView>,

pub unsafe fn CreateBrowserPropSheetExt( &self, riid: *const GUID, ppv: *mut *mut c_void ) -> Result<()>

pub unsafe fn GetViewWindow(&self) -> Result<HWND>

pub unsafe fn GetBaseBrowserData(&self) -> Result<*mut BASEBROWSERDATALH>

pub unsafe fn PutBaseBrowserData(&self) -> *mut BASEBROWSERDATALH

pub unsafe fn InitializeTravelLog<P0>(&self, ptl: P0, dw: u32) -> Result<()>
where P0: IntoParam<ITravelLog>,

pub unsafe fn SetTopBrowser(&self) -> Result<()>

pub unsafe fn Offline(&self, icmd: i32) -> Result<()>

pub unsafe fn AllowViewResize<P0>(&self, f: P0) -> Result<()>
where P0: IntoParam<BOOL>,

pub unsafe fn SetActivateState(&self, u: u32) -> Result<()>

pub unsafe fn UpdateSecureLockIcon(&self, esecurelock: i32) -> Result<()>

pub unsafe fn InitializeDownloadManager(&self) -> Result<()>

pub unsafe fn InitializeTransitionSite(&self) -> Result<()>

pub unsafe fn _Initialize<P0, P1>(&self, hwnd: P0, pauto: P1) -> Result<()>
where P0: IntoParam<HWND>, P1: IntoParam<IUnknown>,

pub unsafe fn _CancelPendingNavigationAsync(&self) -> Result<()>

pub unsafe fn _CancelPendingView(&self) -> Result<()>

pub unsafe fn _MaySaveChanges(&self) -> Result<()>

pub unsafe fn _PauseOrResumeView<P0>(&self, fpaused: P0) -> Result<()>
where P0: IntoParam<BOOL>,

pub unsafe fn _DisableModeless(&self) -> Result<()>

pub unsafe fn _NavigateToPidl2( &self, pidl: *const ITEMIDLIST, grfhlnf: u32, dwflags: u32 ) -> Result<()>

pub unsafe fn _TryShell2Rename<P0>( &self, psv: P0, pidlnew: *const ITEMIDLIST ) -> Result<()>
where P0: IntoParam<IShellView>,

pub unsafe fn _SwitchActivationNow(&self) -> Result<()>

pub unsafe fn _ExecChildren<P0, P1>( &self, punkbar: P0, fbroadcast: P1, pguidcmdgroup: Option<*const GUID>, ncmdid: u32, ncmdexecopt: u32, pvarargin: Option<*const VARIANT>, pvarargout: Option<*mut VARIANT> ) -> Result<()>
where P0: IntoParam<IUnknown>, P1: IntoParam<BOOL>,

pub unsafe fn _SendChildren<P0, P1, P2, P3>( &self, hwndbar: P0, fbroadcast: P1, umsg: u32, wparam: P2, lparam: P3 ) -> Result<()>
where P0: IntoParam<HWND>, P1: IntoParam<BOOL>, P2: IntoParam<WPARAM>, P3: IntoParam<LPARAM>,

pub unsafe fn GetFolderSetData(&self, pfsd: *mut FOLDERSETDATA) -> Result<()>

pub unsafe fn _OnFocusChange(&self, itb: u32) -> Result<()>

pub unsafe fn v_ShowHideChildWindows<P0>(&self, fchildonly: P0) -> Result<()>
where P0: IntoParam<BOOL>,

pub unsafe fn _get_itbLastFocus(&self) -> u32

pub unsafe fn _put_itbLastFocus(&self, itblastfocus: u32) -> Result<()>

pub unsafe fn _UIActivateView(&self, ustate: u32) -> Result<()>

pub unsafe fn _GetViewBorderRect(&self, prc: *mut RECT) -> Result<()>

pub unsafe fn _UpdateViewRectSize(&self) -> Result<()>

pub unsafe fn _ResizeNextBorder(&self, itb: u32) -> Result<()>

pub unsafe fn _ResizeView(&self) -> Result<()>

pub unsafe fn _GetEffectiveClientArea<P0>( &self, lprectborder: *mut RECT, hmon: P0 ) -> Result<()>
where P0: IntoParam<HMONITOR>,

pub unsafe fn v_GetViewStream<P0>( &self, pidl: *mut ITEMIDLIST, grfmode: u32, pwszname: P0 ) -> Option<IStream>
where P0: IntoParam<PCWSTR>,

pub unsafe fn ForwardViewMsg<P0, P1>( &self, umsg: u32, wparam: P0, lparam: P1 ) -> LRESULT
where P0: IntoParam<WPARAM>, P1: IntoParam<LPARAM>,

pub unsafe fn SetAcceleratorMenu<P0>(&self, hacc: P0) -> Result<()>
where P0: IntoParam<HACCEL>,

pub unsafe fn _GetToolbarCount(&self) -> i32

pub unsafe fn _GetToolbarItem(&self, itb: i32) -> *mut TOOLBARITEM

pub unsafe fn _SaveToolbars<P0>(&self, pstm: P0) -> Result<()>
where P0: IntoParam<IStream>,

pub unsafe fn _LoadToolbars<P0>(&self, pstm: P0) -> Result<()>
where P0: IntoParam<IStream>,

pub unsafe fn _CloseAndReleaseToolbars<P0>(&self, fclose: P0) -> Result<()>
where P0: IntoParam<BOOL>,

pub unsafe fn v_MayGetNextToolbarFocus( &self, lpmsg: *const MSG, itbnext: u32, citb: i32, pptbi: *mut *mut TOOLBARITEM, phwnd: *mut HWND ) -> Result<()>

pub unsafe fn _ResizeNextBorderHelper<P0>( &self, itb: u32, busehmonitor: P0 ) -> Result<()>
where P0: IntoParam<BOOL>,

pub unsafe fn _FindTBar<P0>(&self, punksrc: P0) -> u32
where P0: IntoParam<IUnknown>,

pub unsafe fn _SetFocus<P0>( &self, ptbi: *const TOOLBARITEM, hwnd: P0, lpmsg: *const MSG ) -> Result<()>
where P0: IntoParam<HWND>,

pub unsafe fn v_MayTranslateAccelerator(&self, pmsg: *mut MSG) -> Result<()>

pub unsafe fn _GetBorderDWHelper<P0, P1>( &self, punksrc: P0, lprectborder: *mut RECT, busehmonitor: P1 ) -> Result<()>
where P0: IntoParam<IUnknown>, P1: IntoParam<BOOL>,

pub unsafe fn v_CheckZoneCrossing(&self, pidl: *const ITEMIDLIST) -> Result<()>

pub unsafe fn _PositionViewWindow<P0>( &self, hwnd: P0, prc: *const RECT ) -> Result<()>
where P0: IntoParam<HWND>,

pub unsafe fn IEParseDisplayNameEx<P0>( &self, uicp: u32, pwszpath: P0, dwflags: u32 ) -> Result<*mut ITEMIDLIST>
where P0: IntoParam<PCWSTR>,

pub unsafe fn ActivateView<P0>(&self, fpendingview: P0) -> Result<()>
where P0: IntoParam<BOOL>,

pub unsafe fn SaveViewState(&self) -> Result<()>

pub unsafe fn _ResizeAllBorders(&self) -> Result<()>

Trait Implementations§

§

impl Clone for IBrowserService4

§

fn clone(&self) -> IBrowserService4

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for IBrowserService4

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
§

impl From<&IBrowserService4> for &IBrowserService

§

fn from(value: &IBrowserService4) -> Self

Converts to this type from the input type.
§

impl From<&IBrowserService4> for &IBrowserService2

§

fn from(value: &IBrowserService4) -> Self

Converts to this type from the input type.
§

impl From<&IBrowserService4> for &IBrowserService3

§

fn from(value: &IBrowserService4) -> Self

Converts to this type from the input type.
§

impl From<&IBrowserService4> for &IUnknown

§

fn from(value: &IBrowserService4) -> Self

Converts to this type from the input type.
§

impl From<IBrowserService4> for IBrowserService

§

fn from(value: IBrowserService4) -> Self

Converts to this type from the input type.
§

impl From<IBrowserService4> for IBrowserService2

§

fn from(value: IBrowserService4) -> Self

Converts to this type from the input type.
§

impl From<IBrowserService4> for IBrowserService3

§

fn from(value: IBrowserService4) -> Self

Converts to this type from the input type.
§

impl From<IBrowserService4> for IUnknown

§

fn from(value: IBrowserService4) -> Self

Converts to this type from the input type.
§

impl Interface for IBrowserService4

§

fn as_raw(&self) -> *mut c_void

Returns the raw COM interface pointer. The resulting pointer continues to be owned by the Interface implementation.
§

fn into_raw(self) -> *mut c_void

Returns the raw COM interface pointer and releases ownership. It the caller’s responsibility to release the COM interface pointer.
§

unsafe fn from_raw(raw: *mut c_void) -> Self

Creates an Interface by taking ownership of the raw COM interface pointer. Read more
§

unsafe fn from_raw_borrowed(raw: &*mut c_void) -> Option<&Self>

Creates an Interface that is valid so long as the raw COM interface pointer is valid. Read more
§

fn cast<T>(&self) -> Result<T, Error>
where T: Interface,

Attempts to cast the current interface to another interface using QueryInterface. Read more
§

fn downgrade(&self) -> Result<Weak<Self>, Error>

Attempts to create a Weak reference to this object.
§

unsafe fn query(&self, iid: *const GUID, interface: *mut *mut c_void) -> HRESULT

Call QueryInterface on this interface Read more
§

impl PartialEq for IBrowserService4

§

fn eq(&self, other: &IBrowserService4) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl Eq for IBrowserService4

§

impl StructuralPartialEq for IBrowserService4

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> ToOwned for T
where T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.