Microsoft Internet Security and Acceleration Server 2000

IFWXFirewall::HookToCompletionPort Method

Associates a handle with the Firewall service completion port. The caller must use overlapped structures that are provided by the Firewall service by using the IFWXOverlapped interface. Overlapped objects are obtained by calling the CreateOverlapped method.

HRESULT HookToCompletionPort(
  DWORD h
);

Parameters

h
[in] Win32 handle that should be associated with the Firewall service completion port.

See Also

IFWXExternalIOCompletion