INetwork::GetDomainType method (netlistmgr.h)

The GetDomainType method returns the domain type of a network.

Syntax

HRESULT GetDomainType(
  [out] NLM_DOMAIN_TYPE *pNetworkType
);

Parameters

[out] pNetworkType

Pointer to an NLM_DOMAIN_TYPE enumeration value that specifies the domain type of the network.

Return value

Returns S_OK if the method succeeds.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header netlistmgr.h

See also

INetwork