Struct IBrowserService3
pub struct IBrowserService3(/* private fields */);
Implementations§
§impl IBrowserService3
impl IBrowserService3
pub unsafe fn _PositionViewWindow( &self, hwnd: HWND, prc: *const RECT, ) -> Result<()>
pub unsafe fn IEParseDisplayNameEx<P1>(
&self,
uicp: u32,
pwszpath: P1,
dwflags: u32,
) -> Result<*mut ITEMIDLIST>where
P1: Param<PCWSTR>,
Methods from Deref<Target = IBrowserService2>§
pub unsafe fn WndProcBS( &self, hwnd: HWND, umsg: u32, wparam: WPARAM, lparam: LPARAM, ) -> LRESULT
pub unsafe fn SetAsDefFolderSettings(&self) -> Result<()>
pub unsafe fn GetViewRect(&self) -> Result<RECT>
pub unsafe fn OnSize(&self, wparam: WPARAM) -> Result<()>
pub unsafe fn OnCreate(&self, pcs: *const CREATESTRUCTW) -> Result<()>
pub unsafe fn OnCommand(&self, wparam: WPARAM, lparam: LPARAM) -> LRESULT
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(&self, factive: bool) -> Result<()>
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: Param<IShellView>,
P1: Param<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: Param<ITravelLog>,
pub unsafe fn SetTopBrowser(&self) -> Result<()>
pub unsafe fn Offline(&self, icmd: i32) -> Result<()>
pub unsafe fn AllowViewResize(&self, f: bool) -> Result<()>
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<P1>(&self, hwnd: HWND, pauto: P1) -> Result<()>where
P1: Param<IUnknown>,
pub unsafe fn _CancelPendingView(&self) -> Result<()>
pub unsafe fn _MaySaveChanges(&self) -> Result<()>
pub unsafe fn _PauseOrResumeView(&self, fpaused: bool) -> Result<()>
pub unsafe fn _DisableModeless(&self) -> Result<()>
pub unsafe fn _TryShell2Rename<P0>(
&self,
psv: P0,
pidlnew: *const ITEMIDLIST,
) -> Result<()>where
P0: Param<IShellView>,
pub unsafe fn _SwitchActivationNow(&self) -> Result<()>
pub unsafe fn _ExecChildren<P0>(
&self,
punkbar: P0,
fbroadcast: bool,
pguidcmdgroup: Option<*const GUID>,
ncmdid: u32,
ncmdexecopt: u32,
pvarargin: Option<*const VARIANT>,
pvarargout: Option<*mut VARIANT>,
) -> Result<()>where
P0: Param<IUnknown>,
pub unsafe fn _SendChildren( &self, hwndbar: HWND, fbroadcast: bool, umsg: u32, wparam: WPARAM, lparam: LPARAM, ) -> Result<()>
pub unsafe fn GetFolderSetData(&self, pfsd: *mut FOLDERSETDATA) -> Result<()>
pub unsafe fn _OnFocusChange(&self, itb: u32) -> Result<()>
pub unsafe fn v_ShowHideChildWindows(&self, fchildonly: bool) -> Result<()>
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( &self, lprectborder: *mut RECT, hmon: HMONITOR, ) -> Result<()>
pub unsafe fn v_GetViewStream<P2>(
&self,
pidl: *mut ITEMIDLIST,
grfmode: u32,
pwszname: P2,
) -> Option<IStream>where
P2: Param<PCWSTR>,
pub unsafe fn ForwardViewMsg( &self, umsg: u32, wparam: WPARAM, lparam: LPARAM, ) -> LRESULT
pub unsafe fn SetAcceleratorMenu(&self, hacc: HACCEL) -> Result<()>
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: Param<IStream>,
pub unsafe fn _LoadToolbars<P0>(&self, pstm: P0) -> Result<()>where
P0: Param<IStream>,
pub unsafe fn _CloseAndReleaseToolbars(&self, fclose: bool) -> Result<()>
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( &self, itb: u32, busehmonitor: bool, ) -> Result<()>
pub unsafe fn _FindTBar<P0>(&self, punksrc: P0) -> u32where
P0: Param<IUnknown>,
pub unsafe fn _SetFocus( &self, ptbi: *const TOOLBARITEM, hwnd: HWND, lpmsg: *const MSG, ) -> Result<()>
pub unsafe fn v_MayTranslateAccelerator(&self, pmsg: *mut MSG) -> Result<()>
pub unsafe fn _GetBorderDWHelper<P0>(
&self,
punksrc: P0,
lprectborder: *mut RECT,
busehmonitor: bool,
) -> Result<()>where
P0: Param<IUnknown>,
pub unsafe fn v_CheckZoneCrossing(&self, pidl: *const ITEMIDLIST) -> Result<()>
Methods from Deref<Target = IBrowserService>§
pub unsafe fn GetParentSite(&self) -> Result<IOleInPlaceSite>
pub unsafe fn SetTitle<P0, P1>(&self, psv: P0, pszname: P1) -> Result<()>where
P0: Param<IShellView>,
P1: Param<PCWSTR>,
pub unsafe fn GetTitle<P0>(&self, psv: P0, pszname: &mut [u16]) -> Result<()>where
P0: Param<IShellView>,
pub unsafe fn GetOleObject(&self) -> Result<IOleObject>
pub unsafe fn GetTravelLog(&self) -> Result<ITravelLog>
pub unsafe fn ShowControlWindow(&self, id: u32, fshow: bool) -> Result<()>
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<P1>(
&self,
uicp: u32,
pwszpath: P1,
) -> Result<*mut ITEMIDLIST>where
P1: Param<PCWSTR>,
pub unsafe fn DisplayParseError<P1>(
&self,
hres: HRESULT,
pwszpath: P1,
) -> Result<()>where
P1: Param<PCWSTR>,
pub unsafe fn NotifyRedirect<P0>(
&self,
psv: P0,
pidl: *const ITEMIDLIST,
) -> Result<BOOL>where
P0: Param<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 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>(
&self,
pole: P0,
fislocalanchor: bool,
) -> Result<()>where
P0: Param<IOleObject>,
pub unsafe fn CacheOLEServer<P0>(&self, pole: P0) -> Result<()>where
P0: Param<IOleObject>,
pub unsafe fn GetSetCodePage(&self, pvarin: *const VARIANT) -> Result<VARIANT>
pub unsafe fn OnHttpEquiv<P0>(
&self,
psv: P0,
fdone: bool,
pvarargin: *const VARIANT,
) -> Result<VARIANT>where
P0: Param<IShellView>,
pub unsafe fn GetPalette(&self) -> Result<HPALETTE>
pub unsafe fn RegisterWindow( &self, fforceregister: bool, swc: ShellWindowTypeConstants, ) -> Result<()>
Trait Implementations§
§impl CanInto<IBrowserService> for IBrowserService3
impl CanInto<IBrowserService> for IBrowserService3
§impl CanInto<IBrowserService2> for IBrowserService3
impl CanInto<IBrowserService2> for IBrowserService3
§impl CanInto<IBrowserService3> for IBrowserService4
impl CanInto<IBrowserService3> for IBrowserService4
§impl CanInto<IUnknown> for IBrowserService3
impl CanInto<IUnknown> for IBrowserService3
§impl Clone for IBrowserService3
impl Clone for IBrowserService3
§fn clone(&self) -> IBrowserService3
fn clone(&self) -> IBrowserService3
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for IBrowserService3
impl Debug for IBrowserService3
§impl Deref for IBrowserService3
impl Deref for IBrowserService3
§impl From<&IBrowserService3> for &IBrowserService
impl From<&IBrowserService3> for &IBrowserService
§fn from(value: &IBrowserService3) -> Self
fn from(value: &IBrowserService3) -> Self
Converts to this type from the input type.
§impl From<&IBrowserService3> for &IBrowserService2
impl From<&IBrowserService3> for &IBrowserService2
§fn from(value: &IBrowserService3) -> Self
fn from(value: &IBrowserService3) -> Self
Converts to this type from the input type.
§impl From<&IBrowserService3> for &IUnknown
impl From<&IBrowserService3> for &IUnknown
§fn from(value: &IBrowserService3) -> Self
fn from(value: &IBrowserService3) -> Self
Converts to this type from the input type.
§impl From<&IBrowserService4> for &IBrowserService3
impl From<&IBrowserService4> for &IBrowserService3
§fn from(value: &IBrowserService4) -> Self
fn from(value: &IBrowserService4) -> Self
Converts to this type from the input type.
§impl From<IBrowserService3> for IBrowserService
impl From<IBrowserService3> for IBrowserService
§fn from(value: IBrowserService3) -> Self
fn from(value: IBrowserService3) -> Self
Converts to this type from the input type.
§impl From<IBrowserService3> for IBrowserService2
impl From<IBrowserService3> for IBrowserService2
§fn from(value: IBrowserService3) -> Self
fn from(value: IBrowserService3) -> Self
Converts to this type from the input type.
§impl From<IBrowserService3> for IUnknown
impl From<IBrowserService3> for IUnknown
§fn from(value: IBrowserService3) -> Self
fn from(value: IBrowserService3) -> Self
Converts to this type from the input type.
§impl From<IBrowserService4> for IBrowserService3
impl From<IBrowserService4> for IBrowserService3
§fn from(value: IBrowserService4) -> Self
fn from(value: IBrowserService4) -> Self
Converts to this type from the input type.
§impl Interface for IBrowserService3
impl Interface for IBrowserService3
§fn as_raw(&self) -> *mut c_void
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
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_borrowed(raw: &*mut c_void) -> Option<&Self>
unsafe fn from_raw_borrowed(raw: &*mut c_void) -> Option<&Self>
§fn cast<T>(&self) -> Result<T, Error>where
T: Interface,
fn cast<T>(&self) -> Result<T, Error>where
T: Interface,
Attempts to cast the current interface to another interface using
QueryInterface
. Read more§fn cast_to_any<T>(&self) -> Result<&(dyn Any + 'static), Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
fn cast_to_any<T>(&self) -> Result<&(dyn Any + 'static), Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
This casts the given COM interface to [
&dyn Any
]. Read more§fn is_object<T>(&self) -> boolwhere
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
fn is_object<T>(&self) -> boolwhere
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
§fn cast_object_ref<T>(&self) -> Result<&<T as ComObjectInner>::Outer, Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
fn cast_object_ref<T>(&self) -> Result<&<T as ComObjectInner>::Outer, Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
This casts the given COM interface to [
&dyn Any
]. It returns a reference to the “outer”
object, e.g. &MyApp_Impl
, not the inner &MyApp
object. Read more§fn cast_object<T>(&self) -> Result<ComObject<T>, Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
fn cast_object<T>(&self) -> Result<ComObject<T>, Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
This casts the given COM interface to [
&dyn Any
]. It returns a reference to the “outer”
object, e.g. MyApp_Impl
, not the inner MyApp
object. Read more§fn downgrade(&self) -> Result<Weak<Self>, Error>
fn downgrade(&self) -> Result<Weak<Self>, Error>
Attempts to create a [
Weak
] reference to this object.§impl PartialEq for IBrowserService3
impl PartialEq for IBrowserService3
impl Eq for IBrowserService3
impl StructuralPartialEq for IBrowserService3
Auto Trait Implementations§
impl Freeze for IBrowserService3
impl RefUnwindSafe for IBrowserService3
impl !Send for IBrowserService3
impl !Sync for IBrowserService3
impl Unpin for IBrowserService3
impl UnwindSafe for IBrowserService3
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