SetDefaultEngine
This method sets the default engine which is assigned to a newly created zone.
Syntax
SetDefaultEngine (EngineType As CroEngineType, EngineName As String, ModifyGlobal As Boolean, Success As Boolean)
Parameter | Description |
---|---|
EngineType |
Type of default engine to set. |
EngineName |
Name of the engine to set as default engine. |
ModifyGlobal |
Determines whether the default engine is set to local (inprocess) or global (modifying the registry) |
Success |
Indicates whether the engine to set as default is available. |