FpcAdapterState Enumeration

The FpcAdapterState enumerated type contains values that specify the state of a network adapter.

Syntax

typedef enum FpcAdapterState {
  fpcAdapterStateConnected
fpcAdapterStateConnected

The network adapter is enabled and is connected to a network.

	= 1,
  fpcAdapterStateDisabled
fpcAdapterStateDisabled

The network adapter is disabled.

	 = 2,
  fpcAdapterStateDisconnected
fpcAdapterStateDisconnected

The network adapter is enabled, but is not connected to a network.

   = 4
} FpcAdapterState;

Constants

fpcAdapterStateConnected

The network adapter is enabled and is connected to a network.

fpcAdapterStateDisabled

The network adapter is disabled.

fpcAdapterStateDisconnected

The network adapter is enabled, but is not connected to a network.

Requirements

Client Requires Windows Vista or Windows XP.
Server Requires Windows Server 2008.
Version Requires Forefront Threat Management Gateway (TMG).
Header

Declared in Comenum.h.

See Also

Enumerated Types


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.