RASENTRY (Structures)
Last changed: -70.141.226.22

.
Summary
TODO - a short description

C# Definition:

struct RASENTRYNAME
{
    public int  dwSize;
    [MarshalAs(UnmanagedType.ByValTStr, SizeConst=256 + 1)]
    public string szEntryName;         
    public int dwFlags;
    [MarshalAs(UnmanagedType.ByValTStr, SizeConst=260 + 1)]
    public string szPhonebookPath;
}

VB Definition:

Structure RASENTRYNAME
   Public TODO
End Structure

User-Defined Field Types:

None.

Notes:

This struct is WINVER>=0x500. If WINVER<0x500 , you delete dwFlags and szPhonebookPath

Alternative Managed API:

http://www.codeplex.com/DotRas

Documentation