.
C# Definition:
[StructLayout(LayoutKind.Sequential)]
struct DHCP_IP_ARRAY
{
int numElements;
IntPtr Elements;
}
VB Definition:
<StructLayout(LayoutKind.Sequential)> _
Structure DHCP_IP_ARRAY
Dim NumElements As Integer
Dim Elements As IntPtr
End Structure
User-Defined Field Types:
None.
Notes:
None.
