Microsoft Internet Security and Acceleration Server 2004 SDK

IFWXFirewall2::UpdateServiceStatus

The UpdateServiceStatus method updates the service status.

HRESULT UpdateServiceStatus(
  DWORD dwWaitHint
);

Parameters

dwWaitHint
[in] The estimated time required, in milliseconds, for a pending stop operation.

Return Values

This method returns S_OK if the call is successful; otherwise, it returns an error code.

Remarks

A filter can use this method to allow itself more time to shut down before the Service Control Manager kills a service.

Requirements

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

See Also

IFWXFirewall2