Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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_IDENTIFYINGValue: 0x1 The network is being identified. |
NLM_NETWORK_IDENTIFIEDValue: 0x2 The network has been identified. |
NLM_NETWORK_UNIDENTIFIEDValue: 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 |