DhcpEnumSubnets (dhcpsapi)
Last changed: Jet0JLH-195.226.121.69

.
Summary
TODO - a short description

C# Signature:

[DllImport("dhcpsapi.dll", SetLastError=true)]
static extern TODO DhcpEnumSubnets(TODO);

VB Signature:

Declare Unicode Function DhcpEnumSubnets Lib "Dhcpsapi" (ByVal ServerIpAddress As String, ByRef ResumeHandle As Integer, ByVal PreferredMaximum As Integer, ByRef EnumInfo As IntPtr, ByRef ElementsRead As Integer, ByRef ElementsTotal As Integer) As Integer

User-Defined Types:

DHCP_IP_ARRAY

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation