windows::Win32::System::TaskScheduler

Trait IProvideTaskPage_Impl

pub trait IProvideTaskPage_Impl: IUnknownImpl {
    // Required method
    fn GetPage(
        &self,
        tptype: TASKPAGE,
        fpersistchanges: BOOL,
    ) -> Result<HPROPSHEETPAGE>;
}

Required Methods§

fn GetPage( &self, tptype: TASKPAGE, fpersistchanges: BOOL, ) -> Result<HPROPSHEETPAGE>

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.

Implementors§