Microsoft Internet Security and Acceleration Server 2004 SDK

FpcBrowserConfigScriptFlag

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

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

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Comenum.h.

See Also

Enumerated Types