FpcIspLinkStatus enumeration
Applies to: desktop apps only
The FpcIspLinkStatus enumerated type indicates how Internet Service Provider (ISP) link status is determined.
Syntax
typedef enum FpcIspLinkStatus {
fpcIspLinkAutomaticStatus = 0,
fpcIspLinkManualConnectedStatus = 1,
fpcIspLinkManualDisconnectedStatus = 2
} FpcIspLinkStatus;
Constants
fpcIspLinkAutomaticStatus
ISP link status is determined automatically.fpcIspLinkManualConnectedStatus
ISP link status is determined as connected.fpcIspLinkManualDisconnectedStatus
ISP link status is determined as disconnected.
Requirements
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only) |
Version |
Forefront Threat Management Gateway (TMG) 2010 |
Header |
Comenum.h |
See also
Build date: 7/12/2010