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

iphlpapi

.

The following C# sourcecode implements classes and structures with the purpose of making the use of GetInterfaceInfo and IpReleaseAddress easier. Thanks to Lieutenant (http://www.red-gate.com/MessageBoard/viewtopic.php?t=5754) for submitting this code.

.

        public static extern int IpReleaseAddress(ref IP_ADAPTER_INDEX_MAP AdapterInfo);

.

        public static bool IpReleaseAddress(IP_ADAPTER_INDEX_MAP adapter)

.

        if (PInvokes.IpReleaseAddress(ref adapter) == PInvokes.ERROR_SUCCESS)

.

            IpReleaseAddress(info.Adapter[i]);

.

    public static extern int IpReleaseAddress(ref IP_ADAPTER_INDEX_MAP AdapterInfo);

.

The following C# sourcecode implements classes and structures with the purpose of making the use of GetInterfaceInfo and IpReleaseAddress easier. Thanks to Lieutenant (http://www.red-gate.com/MessageBoard/viewtopic.php?t=5754) for submitting this code.

.

    public static extern int IpReleaseAddress(ref IP_ADAPTER_INDEX_MAP AdapterInfo);

.

    public static bool IpReleaseAddress(IP_ADAPTER_INDEX_MAP adapter)

.

    if (PInvokes.IpReleaseAddress(ref adapter) == PInvokes.ERROR_SUCCESS)

.

        IpReleaseAddress(info.Adapter[i]);

.
Documentation
[IpReleaseAddress] on MSDN

 
Access PInvoke.net directly from VS: