TwclNlmDomainType Enumeration

The enumeration is a set of flags that specify the domain type of a network.

Namespace: wclNlm
type
 TwclNlmDomainType = (
 nlmNonDomainNetwork,
 nlmDomainNetwork,
 nlmDomainAuthenticated
 );

The TwclNlmDomainType type exposes the following members.

Show:
 NameDescription
nlmDomainAuthenticated

The Network is an Active Directory Network, and this machine is authenticated against it.

nlmDomainNetwork

The Network is an Active Directory Network, but this machine is not authenticated against it.

nlmNonDomainNetwork

The Network is not an Active Directory Network.

Top