WTS_CLIENT_ADDRESS (wtsapi32)
Last changed: -86.67.222.44

.
Summary
TODO - a short description

C# Signature:

    [StructLayout(LayoutKind.Sequential)]
    public struct WTS_CLIENT_ADDRESS
    {
        public uint AddressFamily;
        [MarshalAs(UnmanagedType.ByValArray, SizeConst = 20)]
        public byte[] Address;
    }

VB Signature:

VB Definition:

    Public Structure WTS_CLIENT_ADDRESS
        Public AddressFamily As Integer 'AF_INET, (AF_INET6), AF_IPX, AF_NETBIOS, AF_UNSPEC
        <System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.ByValArray, SizeConst:=20)> _
        Public Address() As Byte
    End Structure

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation