windows::Win32::NetworkManagement::NetManagement

Trait IProvisioningDomain_Impl

pub trait IProvisioningDomain_Impl: IUnknownImpl {
    // Required methods
    fn Add(&self, pszwpathtofolder: &PCWSTR) -> Result<()>;
    fn Query(
        &self,
        pszwdomain: &PCWSTR,
        pszwlanguage: &PCWSTR,
        pszwxpathquery: &PCWSTR,
    ) -> Result<IXMLDOMNodeList>;
}

Required Methods§

fn Add(&self, pszwpathtofolder: &PCWSTR) -> Result<()>

fn Query( &self, pszwdomain: &PCWSTR, pszwlanguage: &PCWSTR, pszwxpathquery: &PCWSTR, ) -> Result<IXMLDOMNodeList>

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.

Implementors§