Trait windows::Win32::Networking::NetworkListManager::INetwork2_Impl
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.