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

Trait IPersistSerializedPropStorage2_Impl

pub trait IPersistSerializedPropStorage2_Impl: IPersistSerializedPropStorage_Impl {
    // Required methods
    fn GetPropertyStorageSize(&self) -> Result<u32>;
    fn GetPropertyStorageBuffer(
        &self,
        psps: *mut SERIALIZEDPROPSTORAGE,
        cb: u32,
        pcbwritten: *mut u32,
    ) -> Result<()>;
}

Required Methods§

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

fn GetPropertyStorageBuffer( &self, psps: *mut SERIALIZEDPROPSTORAGE, cb: u32, pcbwritten: *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§