NLM_NETWORK_CLASS enumeration (netlistmgr.h)

The NLM_NETWORK_CLASS enumeration defines a set of flags that specify if a network has been identified.

Syntax

typedef enum NLM_NETWORK_CLASS {
  NLM_NETWORK_IDENTIFYING = 0x1,
  NLM_NETWORK_IDENTIFIED = 0x2,
  NLM_NETWORK_UNIDENTIFIED = 0x3
} ;

Constants

 
NLM_NETWORK_IDENTIFYING
Value: 0x1
The network is being identified.
NLM_NETWORK_IDENTIFIED
Value: 0x2
The network has been identified.
NLM_NETWORK_UNIDENTIFIED
Value: 0x3
The network has not been identified.

Requirements

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