GetOverlapped Method of the IFWXOverlapped Interface

The GetOverlapped method gets a pointer to a Winsock OVERLAPPED structure to use with Windows overlapped functions.

Syntax

HRESULT GetOverlapped(
  [out]  LPOVERLAPPED* ppov
);

Parameters

ppov

Pointer to a variable that receives a pointer to an OVERLAPPED structure.

Return Value

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

Remarks

The handle used with the OVERLAPPED structure must first be hooked into the completion port of the Microsoft Firewall service by using the IFWXFirewall::HookToCompletionPort method.

Requirements

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

Declared in Wspfwext.idl.

DLL

Requires Wspsrv.exe.

See Also

IFWXOverlapped


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.