Microsoft Internet Security and Acceleration Server 2004 SDK

IFWXFilterAdmin::UnregisterProtocol

The UnregisterProtocol method unregisters a protocol that is controlled by a filter.

HRESULT UnregisterProtocol(
  REFGUID guidProtocol
);

Parameters

guidProtocol
[in] GUID of the protocol to be removed.

Return Values

S_OK
The protocol was removed successfully.
Error code
The protocol was not removed.

Requirements

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

See Also

IFWXFilterAdmin