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 "PfTestPacket" in [All]

iphlpapi

.
Summary
The PfTestPacket function tests the specified packet and returns the action that would be performed given the specified interface.
.

    [DllImport("iphlpapi.dll", EntryPoint = "PfTestPacket")]

.

    public static extern UInt32 PfTestPacket(IntPtr pInInterface, IntPtr pOutInterface, uint cBytes, IntPtr pbPacket, ref PFFORWARD_ACTION ppAction);

.

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

.

    /// The PfTestPacket function tests the specified packet and returns the action that would be performed given the specified interface.

.
Documentation
[PfTestPacket] on MSDN

 
Access PInvoke.net directly from VS: