windows::Win32::UI::Shell::PropertiesSystem

Trait IPersistSerializedPropStorage_Impl

pub trait IPersistSerializedPropStorage_Impl: IUnknownImpl {
    // Required methods
    fn SetFlags(&self, flags: i32) -> Result<()>;
    fn SetPropertyStorage(
        &self,
        psps: PCUSERIALIZEDPROPSTORAGE,
        cb: u32,
    ) -> Result<()>;
    fn GetPropertyStorage(
        &self,
        ppsps: *mut *mut SERIALIZEDPROPSTORAGE,
        pcb: *mut u32,
    ) -> Result<()>;
}

Required Methods§

fn SetFlags(&self, flags: i32) -> Result<()>

fn SetPropertyStorage( &self, psps: PCUSERIALIZEDPROPSTORAGE, cb: u32, ) -> Result<()>

fn GetPropertyStorage( &self, ppsps: *mut *mut SERIALIZEDPROPSTORAGE, pcb: *mut u32, ) -> 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§