Trait windows::Win32::System::GroupPolicy::IGPMGPO3_Impl

pub trait IGPMGPO3_Impl: Sized + 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<()>

Object Safety§

This trait is not object safe.

Implementors§