pub trait IComTrackingInfoProperties_Impl: Sized {
// Required methods
fn PropCount(&self) -> Result<u32>;
fn GetPropName(&self, ulindex: u32) -> Result<PWSTR>;
}
Required Methods§
fn PropCount(&self) -> Result<u32>
fn GetPropName(&self, ulindex: u32) -> Result<PWSTR>
Object Safety§
This trait is not object safe.