rasgetprojectioninfo (rasapi32)
Last changed: buttim-163.162.30.50

.
Summary
TODO - a short description

C# Signature:

[DllImport("rasapi32.dll", SetLastError=true)]
static extern uint RasGetProjectionInfo(
   IntPtr hrasconn,
   RASPROJECTION rasprojection,
   [In, Out] ref RASPPPIP lpprojection,
   [In, Out] ref int lpcb);    

VB Signature:

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

User-Defined Types:

RASPPPIP

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

http://www.codeplex.com/DotRas

Documentation