pub trait INetwork2_Impl: Sized + INetwork_Impl {
    // Required method
    fn IsDomainAuthenticatedBy(
        &self,
        domainauthenticationkind: NLM_DOMAIN_AUTHENTICATION_KIND,
    ) -> Result<BOOL>;
}

Required Methods§

fn IsDomainAuthenticatedBy( &self, domainauthenticationkind: NLM_DOMAIN_AUTHENTICATION_KIND, ) -> Result<BOOL>

Object Safety§

This trait is not object safe.

Implementors§