enumerazione NLM_NETWORK_CLASS (netlistmgr.h)
L'enumerazione NLM_NETWORK_CLASS definisce un set di flag che specificano se è stata identificata una rete.
Sintassi
typedef enum NLM_NETWORK_CLASS {
NLM_NETWORK_IDENTIFYING = 0x1,
NLM_NETWORK_IDENTIFIED = 0x2,
NLM_NETWORK_UNIDENTIFIED = 0x3
} ;
Costanti
NLM_NETWORK_IDENTIFYING Valore: 0x1 La rete viene identificata. |
NLM_NETWORK_IDENTIFIED Valore: 0x2 La rete è stata identificata. |
NLM_NETWORK_UNIDENTIFIED Valore: 0x3 La rete non è stata identificata. |
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows Vista [solo app desktop] |
Server minimo supportato | Windows Server 2008 [solo app desktop] |
Intestazione | netlistmgr.h |