Trait IPerPropertyBrowsing2_Impl
pub trait IPerPropertyBrowsing2_Impl: IUnknownImpl {
// Required methods
fn GetDisplayString(&self, dispid: i32) -> Result<BSTR>;
fn MapPropertyToPage(&self, dispid: i32) -> Result<GUID>;
fn GetPredefinedStrings(
&self,
dispid: i32,
pcastrings: *mut CALPOLESTR,
pcacookies: *mut CADWORD,
) -> Result<()>;
fn SetPredefinedValue(&self, dispid: i32, dwcookie: u32) -> Result<()>;
}
Required Methods§
fn GetDisplayString(&self, dispid: i32) -> Result<BSTR>
fn MapPropertyToPage(&self, dispid: i32) -> Result<GUID>
fn GetPredefinedStrings( &self, dispid: i32, pcastrings: *mut CALPOLESTR, pcacookies: *mut CADWORD, ) -> Result<()>
fn SetPredefinedValue(&self, dispid: i32, dwcookie: 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.