Microsoft Internet Security and Acceleration Server 2000

IFWXFirewall::DuplicateFilterHookEvents Method

Creates a duplicate of the given FwxFilterHookEvents structure in a buffer allocated by using the COM function CoTaskMemAlloc. This buffer can be returned by the IFWXFilter::FilterInit and IFWXFilter::AttachToSession methods.

HRESULT DuplicateFilterHookEvents(
  FilterHookEvents *pEventsToDuplicate,
  FilterHookEvents **ppCopy
);

Parameters

pEventsToDuplicate
[in] Pointer to the FilterHookEvents structure to copy.
ppCopy
[out] Pointer to a buffer that receives the new FilterHookEvents structure.