pub struct ICommDlgBrowser3(/* private fields */);
Implementations§
Source§impl ICommDlgBrowser3
impl ICommDlgBrowser3
pub unsafe fn OnDefaultCommand<'a>( &self, ppshv: impl IntoParam<'a, IShellView>, ) -> Result<()>
pub unsafe fn OnStateChange<'a>( &self, ppshv: impl IntoParam<'a, IShellView>, uchange: u32, ) -> Result<()>
pub unsafe fn IncludeObject<'a>( &self, ppshv: impl IntoParam<'a, IShellView>, pidl: *mut ITEMIDLIST, ) -> Result<()>
pub unsafe fn Notify<'a>( &self, ppshv: impl IntoParam<'a, IShellView>, dwnotifytype: u32, ) -> Result<()>
pub unsafe fn GetDefaultMenuText<'a>( &self, ppshv: impl IntoParam<'a, IShellView>, psztext: PWSTR, cchmax: i32, ) -> Result<()>
pub unsafe fn GetViewFlags(&self) -> Result<u32>
pub unsafe fn OnColumnClicked<'a>( &self, ppshv: impl IntoParam<'a, IShellView>, icolumn: i32, ) -> Result<()>
pub unsafe fn GetCurrentFilter( &self, pszfilespec: PWSTR, cchfilespec: i32, ) -> Result<()>
pub unsafe fn OnPreViewCreated<'a>( &self, ppshv: impl IntoParam<'a, IShellView>, ) -> Result<()>
Trait Implementations§
Source§impl Clone for ICommDlgBrowser3
impl Clone for ICommDlgBrowser3
Source§fn clone(&self) -> ICommDlgBrowser3
fn clone(&self) -> ICommDlgBrowser3
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 moreSource§impl Debug for ICommDlgBrowser3
impl Debug for ICommDlgBrowser3
Source§impl From<&ICommDlgBrowser3> for ICommDlgBrowser
impl From<&ICommDlgBrowser3> for ICommDlgBrowser
Source§fn from(value: &ICommDlgBrowser3) -> Self
fn from(value: &ICommDlgBrowser3) -> Self
Converts to this type from the input type.
Source§impl From<&ICommDlgBrowser3> for ICommDlgBrowser2
impl From<&ICommDlgBrowser3> for ICommDlgBrowser2
Source§fn from(value: &ICommDlgBrowser3) -> Self
fn from(value: &ICommDlgBrowser3) -> Self
Converts to this type from the input type.
Source§impl From<&ICommDlgBrowser3> for IUnknown
impl From<&ICommDlgBrowser3> for IUnknown
Source§fn from(value: &ICommDlgBrowser3) -> Self
fn from(value: &ICommDlgBrowser3) -> Self
Converts to this type from the input type.
Source§impl From<ICommDlgBrowser3> for ICommDlgBrowser
impl From<ICommDlgBrowser3> for ICommDlgBrowser
Source§fn from(value: ICommDlgBrowser3) -> Self
fn from(value: ICommDlgBrowser3) -> Self
Converts to this type from the input type.
Source§impl From<ICommDlgBrowser3> for ICommDlgBrowser2
impl From<ICommDlgBrowser3> for ICommDlgBrowser2
Source§fn from(value: ICommDlgBrowser3) -> Self
fn from(value: ICommDlgBrowser3) -> Self
Converts to this type from the input type.
Source§impl From<ICommDlgBrowser3> for IUnknown
impl From<ICommDlgBrowser3> for IUnknown
Source§fn from(value: ICommDlgBrowser3) -> Self
fn from(value: ICommDlgBrowser3) -> Self
Converts to this type from the input type.
Source§impl Interface for ICommDlgBrowser3
impl Interface for ICommDlgBrowser3
const IID: Guid
type Vtable = ICommDlgBrowser3_abi
Source§unsafe fn assume_vtable<T>(&self) -> &<T as Interface>::Vtablewhere
T: Interface,
unsafe fn assume_vtable<T>(&self) -> &<T as Interface>::Vtablewhere
T: Interface,
Safety Read more
Source§unsafe fn query(&self, iid: *const Guid, interface: *mut *mut c_void) -> HRESULT
unsafe fn query(&self, iid: *const Guid, interface: *mut *mut c_void) -> HRESULT
Safety Read more
Source§impl PartialEq for ICommDlgBrowser3
impl PartialEq for ICommDlgBrowser3
impl Eq for ICommDlgBrowser3
impl StructuralPartialEq for ICommDlgBrowser3
Auto Trait Implementations§
impl Freeze for ICommDlgBrowser3
impl RefUnwindSafe for ICommDlgBrowser3
impl !Send for ICommDlgBrowser3
impl !Sync for ICommDlgBrowser3
impl Unpin for ICommDlgBrowser3
impl UnwindSafe for ICommDlgBrowser3
Blanket Implementations§
Source§impl<T> Abi for Twhere
T: Interface,
impl<T> Abi for Twhere
T: Interface,
type DefaultType = Option<T>
Source§fn ok(value: &<T as Abi>::DefaultType) -> Result<T, Error>
fn ok(value: &<T as Abi>::DefaultType) -> Result<T, Error>
Converts from
Self::DefaultType
to Result<T>
.Source§fn set_abi(&mut self) -> *mut <T as Abi>::Abi
fn set_abi(&mut self) -> *mut <T as Abi>::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
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