Struct windows::Win32::UI::Shell::IBrowserService2
pub struct IBrowserService2(/* private fields */);
Implementations§
§impl IBrowserService2
impl IBrowserService2
pub unsafe fn WndProcBS<P0, P1, P2>( &self, hwnd: P0, umsg: u32, wparam: P1, lparam: P2, ) -> LRESULT
pub unsafe fn SetAsDefFolderSettings(&self) -> Result<()>
pub unsafe fn GetViewRect(&self) -> Result<RECT>
pub unsafe fn OnSize<P0>(&self, wparam: P0) -> Result<()>where
P0: Param<WPARAM>,
pub unsafe fn OnCreate(&self, pcs: *const CREATESTRUCTW) -> Result<()>
pub unsafe fn OnCommand<P0, P1>(&self, wparam: P0, lparam: P1) -> 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<P0>(&self, factive: P0) -> Result<()>where
P0: Param<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: 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<P0>(&self, f: P0) -> Result<()>where
P0: Param<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: Param<HWND>,
P1: Param<IUnknown>,
pub unsafe fn _CancelPendingView(&self) -> Result<()>
pub unsafe fn _MaySaveChanges(&self) -> Result<()>
pub unsafe fn _PauseOrResumeView<P0>(&self, fpaused: P0) -> Result<()>where
P0: Param<BOOL>,
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, 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: Param<IUnknown>,
P1: Param<BOOL>,
pub unsafe fn _SendChildren<P0, P1, P2, P3>( &self, hwndbar: P0, fbroadcast: P1, umsg: u32, wparam: P2, lparam: P3, ) -> Result<()>
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: Param<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: Param<HMONITOR>,
pub unsafe fn v_GetViewStream<P0>(
&self,
pidl: *mut ITEMIDLIST,
grfmode: u32,
pwszname: P0,
) -> Option<IStream>where
P0: Param<PCWSTR>,
pub unsafe fn ForwardViewMsg<P0, P1>( &self, umsg: u32, wparam: P0, lparam: P1, ) -> LRESULT
pub unsafe fn SetAcceleratorMenu<P0>(&self, hacc: P0) -> Result<()>where
P0: Param<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: Param<IStream>,
pub unsafe fn _LoadToolbars<P0>(&self, pstm: P0) -> Result<()>where
P0: Param<IStream>,
pub unsafe fn _CloseAndReleaseToolbars<P0>(&self, fclose: P0) -> Result<()>where
P0: Param<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: Param<BOOL>,
pub unsafe fn _FindTBar<P0>(&self, punksrc: P0) -> u32where
P0: Param<IUnknown>,
pub unsafe fn _SetFocus<P0>(
&self,
ptbi: *const TOOLBARITEM,
hwnd: P0,
lpmsg: *const MSG,
) -> Result<()>where
P0: Param<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: Param<IUnknown>,
P1: Param<BOOL>,
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<P0>(&self, id: u32, fshow: P0) -> Result<()>where
P0: Param<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: Param<PCWSTR>,
pub unsafe fn DisplayParseError<P0>(
&self,
hres: HRESULT,
pwszpath: P0,
) -> Result<()>where
P0: 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, P1>(
&self,
pole: P0,
fislocalanchor: P1,
) -> Result<()>where
P0: Param<IOleObject>,
P1: Param<BOOL>,
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, P1>(
&self,
psv: P0,
fdone: P1,
pvarargin: *const VARIANT,
) -> Result<VARIANT>where
P0: Param<IShellView>,
P1: Param<BOOL>,
pub unsafe fn GetPalette(&self) -> Result<HPALETTE>
pub unsafe fn RegisterWindow<P0>(
&self,
fforceregister: P0,
swc: ShellWindowTypeConstants,
) -> Result<()>where
P0: Param<BOOL>,
Trait Implementations§
§impl CanInto<IBrowserService> for IBrowserService2
impl CanInto<IBrowserService> for IBrowserService2
§impl CanInto<IBrowserService2> for IBrowserService3
impl CanInto<IBrowserService2> for IBrowserService3
§impl CanInto<IBrowserService2> for IBrowserService4
impl CanInto<IBrowserService2> for IBrowserService4
§impl CanInto<IUnknown> for IBrowserService2
impl CanInto<IUnknown> for IBrowserService2
§impl Clone for IBrowserService2
impl Clone for IBrowserService2
§fn clone(&self) -> IBrowserService2
fn clone(&self) -> IBrowserService2
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 IBrowserService2
impl Debug for IBrowserService2
§impl Deref for IBrowserService2
impl Deref for IBrowserService2
§impl From<&IBrowserService2> for &IBrowserService
impl From<&IBrowserService2> for &IBrowserService
§fn from(value: &IBrowserService2) -> Self
fn from(value: &IBrowserService2) -> Self
Converts to this type from the input type.
§impl From<&IBrowserService2> for &IUnknown
impl From<&IBrowserService2> for &IUnknown
§fn from(value: &IBrowserService2) -> Self
fn from(value: &IBrowserService2) -> 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<&IBrowserService4> for &IBrowserService2
impl From<&IBrowserService4> for &IBrowserService2
§fn from(value: &IBrowserService4) -> Self
fn from(value: &IBrowserService4) -> Self
Converts to this type from the input type.
§impl From<IBrowserService2> for IBrowserService
impl From<IBrowserService2> for IBrowserService
§fn from(value: IBrowserService2) -> Self
fn from(value: IBrowserService2) -> Self
Converts to this type from the input type.
§impl From<IBrowserService2> for IUnknown
impl From<IBrowserService2> for IUnknown
§fn from(value: IBrowserService2) -> Self
fn from(value: IBrowserService2) -> 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<IBrowserService4> for IBrowserService2
impl From<IBrowserService4> for IBrowserService2
§fn from(value: IBrowserService4) -> Self
fn from(value: IBrowserService4) -> Self
Converts to this type from the input type.
§impl Interface for IBrowserService2
impl Interface for IBrowserService2
§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.
§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 IBrowserService2
impl PartialEq for IBrowserService2
§fn eq(&self, other: &IBrowserService2) -> bool
fn eq(&self, other: &IBrowserService2) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for IBrowserService2
impl StructuralPartialEq for IBrowserService2
Auto Trait Implementations§
impl Freeze for IBrowserService2
impl RefUnwindSafe for IBrowserService2
impl !Send for IBrowserService2
impl !Sync for IBrowserService2
impl Unpin for IBrowserService2
impl UnwindSafe for IBrowserService2
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)