windows::Win32::System::GroupPolicy

Trait IGPMGPO3_Impl

pub trait IGPMGPO3_Impl: IGPMGPO2_Impl {
    // Required methods
    fn InfrastructureDC(&self) -> Result<BSTR>;
    fn SetInfrastructureDC(&self, newval: &BSTR) -> Result<()>;
    fn SetInfrastructureFlags(&self, dwflags: u32) -> Result<()>;
}

Required Methods§

fn InfrastructureDC(&self) -> Result<BSTR>

fn SetInfrastructureDC(&self, newval: &BSTR) -> Result<()>

fn SetInfrastructureFlags(&self, dwflags: u32) -> Result<()>

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§