Trait windows::Win32::System::ParentalControls::IWPCSettings_Impl
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§
fn IsLoggingRequired(&self) -> Result<BOOL>
fn GetLastSettingsChangeTime(&self) -> Result<SYSTEMTIME>
fn GetRestrictions(&self) -> Result<WPCFLAG_RESTRICTION>
Object Safety§
This trait is not object safe.