pub trait IWindowsParentalControls_Impl: Sized + IWindowsParentalControlsCore_Impl {
    // Required method
    fn GetGamesSettings(&self, pcszsid: &PCWSTR) -> Result<IWPCGamesSettings>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§