Share via


PfRebindFilters

[PfRebindFilters is available for use in the operating systems listed in the Requirements section. In Windows Server "Longhorn", this function returns ERROR_CALL_NOT_SUPPORTED. The MprConfigInterfaceTransportSetInfo function and the Windows Filtering Platform API Management Functions provide similar functionality.]

The PfRebindFilters function rebinds the filters on the specified interface.

DWORD PfRebindFilters(
  INTERFACE_HANDLE pInterface,
  PPF_LATEBIND_INFO pLateBindInfo
);

Parameters

  • pInterface
    [in] Handle to the interface.
  • pLateBindInfo
    [in] Pointer to the late-binding information for the interface.

Return Value

If the function succeeds, the return value is NO_ERROR.

If the function fails, use FormatMessage to obtain the message string for the returned error.

Remarks

The fLateBound member of PF_FILTER_DESCRIPTOR for each filter determines how the information pointed to by the pLateBindInfo parameter affects the filter.

Requirements

Server Requires Windows Server 2003 or Windows 2000 Server.
Header

Declared in Fltdefs.h.

Library

Use Iphlpapi.lib.

DLL Requires Iphlpapi.dll.

See Also

PF_FILTER_DESCRIPTOR