Trait IGPMSitesContainer_Impl
pub trait IGPMSitesContainer_Impl: IDispatch_Impl {
// Required methods
fn DomainController(&self) -> Result<BSTR>;
fn Domain(&self) -> Result<BSTR>;
fn Forest(&self) -> Result<BSTR>;
fn GetSite(&self, bstrsitename: &BSTR) -> Result<IGPMSOM>;
fn SearchSites(
&self,
pigpmsearchcriteria: Ref<'_, IGPMSearchCriteria>,
) -> Result<IGPMSOMCollection>;
}
Required Methods§
fn DomainController(&self) -> Result<BSTR>
fn Domain(&self) -> Result<BSTR>
fn Forest(&self) -> Result<BSTR>
fn GetSite(&self, bstrsitename: &BSTR) -> Result<IGPMSOM>
fn SearchSites( &self, pigpmsearchcriteria: Ref<'_, IGPMSearchCriteria>, ) -> Result<IGPMSOMCollection>
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.