Share via


FpcBrowserConfigScriptFlag enumeration

Applies to: desktop apps only

The FpcBrowserConfigScriptFlag enumerated type provides flags that specify the type of script to be used to configure the Web browser.

Syntax

typedef enum FpcBrowserConfigScriptFlag { 
  fpcBrowserDefaultScript  = 0,
  fpcBrowserCustomScript   = 1
} FpcBrowserConfigScriptFlag;

Constants

  • fpcBrowserDefaultScript
    The default script will be used to configure the Web browser.

  • fpcBrowserCustomScript
    A custom script will be used to configure the Web browser.

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