Trait windows::Win32::System::Com::StructuredStorage::IPropertyBag_Impl
pub trait IPropertyBag_Impl: Sized {
// Required methods
fn Read(
&self,
pszpropname: &PCWSTR,
pvar: *mut VARIANT,
perrorlog: Option<&IErrorLog>,
) -> Result<()>;
fn Write(&self, pszpropname: &PCWSTR, pvar: *const VARIANT) -> Result<()>;
}
Required Methods§
fn Read( &self, pszpropname: &PCWSTR, pvar: *mut VARIANT, perrorlog: Option<&IErrorLog>, ) -> Result<()>
fn Write(&self, pszpropname: &PCWSTR, pvar: *const VARIANT) -> Result<()>
Object Safety§
This trait is not object safe.