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

DHCP_CLIENT_INFO (Structures)
 
.
Summary
TODO - a short description

C# Definition:

[StructLayout(LayoutKind.Sequential)]
public struct DHCP_CLIENT_INFO_ARRAY
{
    public uint NumElements;
    public IntPtr Clients;    //List of pointers
struct DHCP_CLIENT_INFO {
   public TODO;
}

VB Definition:

<StructLayout(LayoutKind.Sequential)> _
Structure DHCP_CLIENT_INFO_ARRAY
   Dim NumElements As Integer
   Dim Clients As IntPtr
End Structure

User-Defined Field Types:

None.

VB Definition:

<StructLayout(LayoutKind.Sequential, CharSet:=CharSet.Unicode)> _
Structure DHCP_CLIENT_INFO
   Dim ClientIpAddress As Integer
   Dim SubnetMask As Integer
   Dim ClientHardwareAddress As DHCP_BINARY_DATA
   Dim ClientName As String
   Dim ClientComment As String
   Dim ClientLeaseExpires As DHCP_DATE_TIME
   Dim OwnerHost As DHCP_HOST_INFO
End Structure

Notes:

None.

User-Defined Field Types:

DHCP_BINARY_DATA, DHCP_DATE_TIME, DHCP_HOST_INFO

Documentation

Notes:

None.

Documentation

Please edit this page!

Do you have...

  • helpful tips?
  • corrections to the existing content?
  • alternate definitions?
  • additional languages you want to include?

Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing any supporting types needed.

 
Access PInvoke.net directly from VS:
Terms of Use
Edit This Page
Find References
Show Printable Version
Revisions