Microsoft Internet Security and Acceleration Server 2000

FPCServer.StopFirewallService Method

Stops the Firewall service.

VBScript Syntax[VBScript]

FPCServer.StopFirewallService( fWaitUntilComplete )

C++ Syntax[C++]

HRESULT StopFirewallService(
  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.StartFirewallService