IP_ADDRESS_STRING (Structures)
Last changed: -65.93.240.226

.
Summary
TODO - a short description

C# Definition:

struct IP_ADDRESS_STRING {
   public TODO;
}

VB Definition:

    <StructLayout(LayoutKind.Sequential, CharSet:=CharSet.Ansi)> _
    Private Structure IP_ADDRESS_STRING
    <MarshalAs(UnmanagedType.ByValTStr, SizeConst:=(4 * 4))> _
        Dim value As String
    End Structure

User-Defined Field Types:

None.

Notes:

None.

Documentation