pub trait IWCPropertySheetCallback_Impl: Sized {
// Required method
fn AddPropertySheetPage(&self, hpage: *const i32) -> Result<()>;
}
Required Methods§
fn AddPropertySheetPage(&self, hpage: *const i32) -> Result<()>
Object Safety§
This trait is not object safe.