pub struct IShellFolderViewDual3(/* private fields */);
Implementations§
Source§impl IShellFolderViewDual3
impl IShellFolderViewDual3
pub unsafe fn GetTypeInfoCount(&self) -> Result<u32>
pub unsafe fn GetTypeInfo(&self, itinfo: u32, lcid: u32) -> Result<ITypeInfo>
pub unsafe fn GetIDsOfNames( &self, riid: *const Guid, rgsznames: *mut PWSTR, cnames: u32, lcid: u32, rgdispid: *mut i32, ) -> Result<()>
pub unsafe fn Invoke( &self, dispidmember: i32, riid: *const Guid, lcid: u32, wflags: u16, pdispparams: *mut DISPPARAMS, pvarresult: *mut VARIANT, pexcepinfo: *mut EXCEPINFO, puargerr: *mut u32, ) -> Result<()>
pub unsafe fn get_Application(&self) -> Result<IDispatch>
pub unsafe fn get_Parent(&self) -> Result<IDispatch>
pub unsafe fn get_Folder(&self) -> Result<Folder>
pub unsafe fn SelectedItems(&self) -> Result<FolderItems>
pub unsafe fn get_FocusedItem(&self) -> Result<FolderItem>
pub unsafe fn SelectItem(&self, pvfi: *mut VARIANT, dwflags: i32) -> Result<()>
pub unsafe fn PopupItemMenu<'a>( &self, pfi: impl IntoParam<'a, FolderItem>, vx: impl IntoParam<'a, VARIANT>, vy: impl IntoParam<'a, VARIANT>, ) -> Result<BSTR>
pub unsafe fn get_Script(&self) -> Result<IDispatch>
pub unsafe fn get_ViewOptions(&self) -> Result<i32>
pub unsafe fn get_CurrentViewMode(&self) -> Result<u32>
pub unsafe fn put_CurrentViewMode(&self, viewmode: u32) -> Result<()>
pub unsafe fn SelectItemRelative(&self, irelative: i32) -> Result<()>
pub unsafe fn get_GroupBy(&self) -> Result<BSTR>
pub unsafe fn put_GroupBy<'a>( &self, bstrgroupby: impl IntoParam<'a, BSTR>, ) -> Result<()>
pub unsafe fn get_FolderFlags(&self) -> Result<u32>
pub unsafe fn put_FolderFlags(&self, dwflags: u32) -> Result<()>
pub unsafe fn get_SortColumns(&self) -> Result<BSTR>
pub unsafe fn put_SortColumns<'a>( &self, bstrsortcolumns: impl IntoParam<'a, BSTR>, ) -> Result<()>
pub unsafe fn put_IconSize(&self, iiconsize: i32) -> Result<()>
pub unsafe fn get_IconSize(&self) -> Result<i32>
pub unsafe fn FilterView<'a>( &self, bstrfiltertext: impl IntoParam<'a, BSTR>, ) -> Result<()>
Trait Implementations§
Source§impl Clone for IShellFolderViewDual3
impl Clone for IShellFolderViewDual3
Source§fn clone(&self) -> IShellFolderViewDual3
fn clone(&self) -> IShellFolderViewDual3
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 IShellFolderViewDual3
impl Debug for IShellFolderViewDual3
Source§impl From<&IShellFolderViewDual3> for IDispatch
impl From<&IShellFolderViewDual3> for IDispatch
Source§fn from(value: &IShellFolderViewDual3) -> Self
fn from(value: &IShellFolderViewDual3) -> Self
Converts to this type from the input type.
Source§impl From<&IShellFolderViewDual3> for IShellFolderViewDual
impl From<&IShellFolderViewDual3> for IShellFolderViewDual
Source§fn from(value: &IShellFolderViewDual3) -> Self
fn from(value: &IShellFolderViewDual3) -> Self
Converts to this type from the input type.
Source§impl From<&IShellFolderViewDual3> for IShellFolderViewDual2
impl From<&IShellFolderViewDual3> for IShellFolderViewDual2
Source§fn from(value: &IShellFolderViewDual3) -> Self
fn from(value: &IShellFolderViewDual3) -> Self
Converts to this type from the input type.
Source§impl From<&IShellFolderViewDual3> for IUnknown
impl From<&IShellFolderViewDual3> for IUnknown
Source§fn from(value: &IShellFolderViewDual3) -> Self
fn from(value: &IShellFolderViewDual3) -> Self
Converts to this type from the input type.
Source§impl From<IShellFolderViewDual3> for IDispatch
impl From<IShellFolderViewDual3> for IDispatch
Source§fn from(value: IShellFolderViewDual3) -> Self
fn from(value: IShellFolderViewDual3) -> Self
Converts to this type from the input type.
Source§impl From<IShellFolderViewDual3> for IShellFolderViewDual
impl From<IShellFolderViewDual3> for IShellFolderViewDual
Source§fn from(value: IShellFolderViewDual3) -> Self
fn from(value: IShellFolderViewDual3) -> Self
Converts to this type from the input type.
Source§impl From<IShellFolderViewDual3> for IShellFolderViewDual2
impl From<IShellFolderViewDual3> for IShellFolderViewDual2
Source§fn from(value: IShellFolderViewDual3) -> Self
fn from(value: IShellFolderViewDual3) -> Self
Converts to this type from the input type.
Source§impl From<IShellFolderViewDual3> for IUnknown
impl From<IShellFolderViewDual3> for IUnknown
Source§fn from(value: IShellFolderViewDual3) -> Self
fn from(value: IShellFolderViewDual3) -> Self
Converts to this type from the input type.
Source§impl Interface for IShellFolderViewDual3
impl Interface for IShellFolderViewDual3
const IID: Guid
type Vtable = IShellFolderViewDual3_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 IShellFolderViewDual3
impl PartialEq for IShellFolderViewDual3
impl Eq for IShellFolderViewDual3
impl StructuralPartialEq for IShellFolderViewDual3
Auto Trait Implementations§
impl Freeze for IShellFolderViewDual3
impl RefUnwindSafe for IShellFolderViewDual3
impl !Send for IShellFolderViewDual3
impl !Sync for IShellFolderViewDual3
impl Unpin for IShellFolderViewDual3
impl UnwindSafe for IShellFolderViewDual3
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