Trait windows::Win32::System::GroupPolicy::IGPMPermission_Impl

pub trait IGPMPermission_Impl: Sized + IDispatch_Impl {
    // Required methods
    fn Inherited(&self) -> Result<VARIANT_BOOL>;
    fn Inheritable(&self) -> Result<VARIANT_BOOL>;
    fn Denied(&self) -> Result<VARIANT_BOOL>;
    fn Permission(&self) -> Result<GPMPermissionType>;
    fn Trustee(&self) -> Result<IGPMTrustee>;
}

Required Methods§

fn Inherited(&self) -> Result<VARIANT_BOOL>

fn Inheritable(&self) -> Result<VARIANT_BOOL>

fn Denied(&self) -> Result<VARIANT_BOOL>

fn Permission(&self) -> Result<GPMPermissionType>

fn Trustee(&self) -> Result<IGPMTrustee>

Object Safety§

This trait is not object safe.

Implementors§