Microsoft Internet Security and Acceleration Server 2000

FPCServer.StartFirewallService Method

Starts the Firewall service.

VBScript Syntax[VBScript]

FPCServer.StartFirewallService( fWaitUntilComplete )

C++ Syntax[C++]

HRESULT StartFirewallService(
  VARIANT_BOOL fWaitUntilComplete
);

Parameters

fWaitUntilComplete
Boolean that specifies whether the method waits for the operation to complete before the method returns S_OK or an error.

Applies To

FPCServer

See Also

FPCServer.StopFirewallService