Trait windows::Win32::System::GroupPolicy::IGPMTrustee_Impl

pub trait IGPMTrustee_Impl: Sized + IDispatch_Impl {
    // Required methods
    fn TrusteeSid(&self) -> Result<BSTR>;
    fn TrusteeName(&self) -> Result<BSTR>;
    fn TrusteeDomain(&self) -> Result<BSTR>;
    fn TrusteeDSPath(&self) -> Result<BSTR>;
    fn TrusteeType(&self) -> Result<i32>;
}

Required Methods§

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

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

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

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

fn TrusteeType(&self) -> Result<i32>

Object Safety§

This trait is not object safe.

Implementors§