PfDeleteInterface (iphlpapi)
Last changed: anonymous

.
Summary
The PfDeleteInterface function deletes an interface that was previously created using PfCreateInterface.

C# Signature:

    [DllImport("iphlpapi.dll", EntryPoint = "PfDeleteInterface")]
    static extern UInt32 PfDeleteInterface(IntPtr pInterface);

VB Signature:

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

User-Defined Types:

None.

Notes:

    /// <summary>
    /// The PfDeleteInterface function deletes an interface that was previously created using PfCreateInterface.
    /// </summary>
    /// <param name="pInterface">[in] Specifies an interface handle obtained from a previous call to PfCreateInterface.</param>
    /// <returns>If the function succeeds, the return value is NO_ERROR.</returns>

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation