windows::Win32::UI::Shell

Trait INetworkFolderInternal_Impl

pub trait INetworkFolderInternal_Impl: IUnknownImpl {
    // Required methods
    fn GetResourceDisplayType(&self) -> Result<u32>;
    fn GetIDList(&self) -> Result<*mut ITEMIDLIST>;
    fn GetProvider(
        &self,
        itemidcount: u32,
        itemids: *const *const ITEMIDLIST,
        providermaxlength: u32,
        provider: PWSTR,
    ) -> Result<()>;
}

Required Methods§

fn GetResourceDisplayType(&self) -> Result<u32>

fn GetIDList(&self) -> Result<*mut ITEMIDLIST>

fn GetProvider( &self, itemidcount: u32, itemids: *const *const ITEMIDLIST, providermaxlength: u32, provider: PWSTR, ) -> Result<()>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§