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 R2 or Windows Server 2008 x64 Edition with SP2. |
| Version | Requires Forefront Threat Management Gateway (TMG) 2010. |
| Header | Declared in Wspfwext.idl. |
| DLL | Requires Wspsrv.exe. |
See Also
Send comments about this topic to Microsoft
Build date: 6/30/2010