Microsoft Internet Security and Acceleration Server 2000

IFWXOverlapped::GetOverlapped Method

Gets a pointer to a Winsock OVERLAPPED structure to use with Win32 overlapped functions.

HRESULT GetOverlapped(
  LPOVERLAPPED *ppov
);

Parameters

ppov
[out] Pointer to a variable that receives a pointer to an OVERLAPPED structure.

Remarks

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