Trait windows::Win32::UI::Shell::IPersistIDList_Impl

pub trait IPersistIDList_Impl: Sized + IPersist_Impl {
    // Required methods
    fn SetIDList(&self, pidl: *const ITEMIDLIST) -> Result<()>;
    fn GetIDList(&self) -> Result<*mut ITEMIDLIST>;
}

Required Methods§

fn SetIDList(&self, pidl: *const ITEMIDLIST) -> Result<()>

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

Object Safety§

This trait is not object safe.

Implementors§