NLM_NETWORK_CLASS-Enumeration (netlistmgr.h)
Die NLM_NETWORK_CLASS-Enumeration definiert einen Satz von Flags, die angeben, ob ein Netzwerk identifiziert wurde.
Syntax
typedef enum NLM_NETWORK_CLASS {
NLM_NETWORK_IDENTIFYING = 0x1,
NLM_NETWORK_IDENTIFIED = 0x2,
NLM_NETWORK_UNIDENTIFIED = 0x3
} ;
Konstanten
NLM_NETWORK_IDENTIFYING Wert: 0x1 Das Netzwerk wird identifiziert. |
NLM_NETWORK_IDENTIFIED Wert: 0x2 Das Netzwerk wurde identifiziert. |
NLM_NETWORK_UNIDENTIFIED Wert: 0x3 Das Netzwerk wurde nicht identifiziert. |
Anforderungen
Anforderung | Wert |
---|---|
Unterstützte Mindestversion (Client) | Windows Vista [nur Desktop-Apps] |
Unterstützte Mindestversion (Server) | Windows Server 2008 [nur Desktop-Apps] |
Kopfzeile | netlistmgr.h |