FpcIncludeStatus enumeration

Applies to: desktop apps only

The FpcIncludeStatus enumerated type contains values that specify whether a referenced item is included in or excluded from the list of items to which a rule applies.

Syntax

typedef enum FpcIncludeStatus { 
  fpcInclude  = 0,
  fpcExclude  = 1
} FpcIncludeStatus;

Constants

  • fpcInclude
    The referenced item is included.

  • fpcExclude
    The referenced item is excluded.

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

Enumerated Types

 

 

Build date: 7/12/2010