The FpcBrowserConfigScriptFlag enumerated type provides flags that specify the type of script to be used to configure the Web browser.
typedef enum FpcBrowserConfigScriptFlag { fpcBrowserDefaultScript
The default script will be used to configure the Web browser.
= 0, fpcBrowserCustomScript
A custom script will be used to configure the Web browser.
= 1 } FpcBrowserConfigScriptFlag;
The default script will be used to configure the Web browser.
A custom script will be used to configure the Web browser.
Client | Requires Windows Vista or Windows XP. |
---|---|
Server | Requires Windows Server 2008. |
Version | Requires Forefront Threat Management Gateway (TMG). |
Header |
Declared in Comenum.h. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.