Trait windows::Win32::Networking::ActiveDirectory::IADsAcl_Impl
pub trait IADsAcl_Impl: Sized + IDispatch_Impl {
// Required methods
fn ProtectedAttrName(&self) -> Result<BSTR>;
fn SetProtectedAttrName(&self, bstrprotectedattrname: &BSTR) -> Result<()>;
fn SubjectName(&self) -> Result<BSTR>;
fn SetSubjectName(&self, bstrsubjectname: &BSTR) -> Result<()>;
fn Privileges(&self) -> Result<i32>;
fn SetPrivileges(&self, lnprivileges: i32) -> Result<()>;
fn CopyAcl(&self) -> Result<IDispatch>;
}
Required Methods§
fn ProtectedAttrName(&self) -> Result<BSTR>
fn SetProtectedAttrName(&self, bstrprotectedattrname: &BSTR) -> Result<()>
fn SubjectName(&self) -> Result<BSTR>
fn SetSubjectName(&self, bstrsubjectname: &BSTR) -> Result<()>
fn Privileges(&self) -> Result<i32>
fn SetPrivileges(&self, lnprivileges: i32) -> Result<()>
fn CopyAcl(&self) -> Result<IDispatch>
Object Safety§
This trait is not object safe.