RasGetEntryProperties (rasapi32)
Last changed: -70.141.226.22

.
Summary
TODO - a short description

C# Signature:

[DllImport("rasapi32.dll", CharSet = CharSet.Auto)]
private static extern UInt32 RasGetEntryProperties(
   string lpszPhoneBook,
   string szEntry,
   IntPtr lpbEntry,
   ref UInt32 lpdwEntrySize,
   IntPtr lpb,
   IntPtr lpdwSize);

VB Signature:

<DllImport("rasapi32.dll", CharSet:=CharSet.Auto)> _

    Private Shared Function RasGetEntryProperties(ByVal lpszPhoneBook As String, _
                          ByVal szEntry As String, _
                          ByVal lpbEntry As IntPtr, _
                          ByRef lpdwEntrySize As UInt32, _
                          ByVal lpb As IntPtr, _
                          ByVal lpdwSize As IntPtr) As UInt32
    End Function

User-Defined Types:

None.

Alternative Managed API:

http://www.codeplex.com/DotRas

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation