Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "PfAddFiltersToInterface" in [All]

iphlpapi

.
Summary
The PfAddFiltersToInterface function adds the specified filters to the specified interface.
.

    [DllImport("Iphlpapi.dll", EntryPoint = "PfAddFiltersToInterface")]

.

    internal static extern UInt32 PfAddFiltersToInterface(IntPtr ih, UInt32 cInFilters,

.

Declare Function PfAddFiltersToInterface Lib "iphlpapi.dll" (TODO) As TODO

.

    /// The PfAddFiltersToInterface function adds the specified filters to the specified interface.

.

            result = IpPacketFilter.PfAddFiltersToInterface(interfaceHandle, 1, ref filter, 1, ref filter, filterHandle);

.
Documentation
[PfAddFiltersToInterface] on MSDN
.

            result = IpPacketFilter.PfAddFiltersToInterface(interfaceHandle, 1, ref filter, 1, ref filter, filterHandle);

.

            result = IpPacketFilter.PfAddFiltersToInterface(interfaceHandle, 1, ref filter, 1, ref filter, filterHandle);


 
Access PInvoke.net directly from VS: