Trait windows::Win32::Networking::Clustering::IWCWizardCallback_Impl
pub trait IWCWizardCallback_Impl: Sized {
// Required methods
fn AddWizardPage(&self, hpage: *const i32) -> Result<()>;
fn EnableNext(&self, hpage: *const i32, benable: BOOL) -> Result<()>;
}
Required Methods§
fn AddWizardPage(&self, hpage: *const i32) -> Result<()>
fn EnableNext(&self, hpage: *const i32, benable: BOOL) -> Result<()>
Object Safety§
This trait is not object safe.