NLM_ENUM_NETWORK enumeration (netlistmgr.h)
The NLM_ENUM_NETWORK enumeration contains a set of flags that specify what types of networks are enumerated.
Syntax
typedef enum NLM_ENUM_NETWORK {
NLM_ENUM_NETWORK_CONNECTED = 0x1,
NLM_ENUM_NETWORK_DISCONNECTED = 0x2,
NLM_ENUM_NETWORK_ALL = 0x3
} ;
Constants
NLM_ENUM_NETWORK_CONNECTED Value: 0x1 Returns connected networks |
NLM_ENUM_NETWORK_DISCONNECTED Value: 0x2 Returns disconnected networks |
NLM_ENUM_NETWORK_ALL Value: 0x3 Returns connected and disconnected networks |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | netlistmgr.h |