The FpcAdapterState enumerated type contains values that specify the state of a network adapter.
typedef enum FpcAdapterState { fpcAdapterStateConnected
The network adapter is enabled and is connected to a network.
= 1, fpcAdapterStateDisabled
The network adapter is disabled.
= 2, fpcAdapterStateDisconnected
The network adapter is enabled, but is not connected to a network.
= 4 } FpcAdapterState;
The network adapter is enabled and is connected to a network.
The network adapter is disabled.
The network adapter is enabled, but is not connected to a network.
Client | Requires Windows Vista or Windows XP. |
---|---|
Server | Requires Windows Server 2008. |
Version | Requires Forefront Threat Management Gateway (TMG). |
Header |
Declared in Comenum.h. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.