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:

Declare Function RasGetEntryProperties Lib "rasapi32.dll" (TODO) As TODO

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