FpcBrowserConfigScriptFlag Enumeration

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
fpcBrowserDefaultScript

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

   = 0,
  fpcBrowserCustomScript
fpcBrowserCustomScript

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

	= 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

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.