CreateOverlapped Method of the IFWXFirewall Interface

The CreateOverlapped method creates an overlapped object that supports the IFWXOverlapped interface for use with handles hooked to the completion port with the HookToCompletionPort method.

Syntax

HRESULT CreateOverlapped(
  [out]  IFWXOverlapped** ppOverlapped
);

Parameters

ppOverlapped

Address of a parameter that receives a pointer to the IFWXOverlapped interface.

Return Value

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

Requirements

Server Requires Windows Server 2008.
Version Requires Forefront Threat Management Gateway (TMG).
Header

Declared in Wspfwext.idl.

DLL

Requires Wspsrv.exe.

See Also

IFWXFirewall
IFWXExternalIOCompletion


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.