pub trait IWPCSettings_Impl: Sized {
    // Required methods
    fn IsLoggingRequired(&self) -> Result<BOOL>;
    fn GetLastSettingsChangeTime(&self) -> Result<SYSTEMTIME>;
    fn GetRestrictions(&self) -> Result<WPCFLAG_RESTRICTION>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§