Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "RasEnumDevices" in [All]

rasapi32

.

        static extern int RasEnumDevices(

.

            intRet = RasEnumDevices(IntPtr.Zero,ref lpcb,ref lpcDevices);

.

            intRet = RasEnumDevices(devinfo,ref  lpcb,ref lpcDevices);

.

Private Declare Auto Function RasEnumDevices Lib "rasapi32.dll" (ByVal lpRasDevInfo As IntPtr, ByRef lpcb As Integer, ByRef lpcDevices As Integer) As Integer

.

        RasEnumDevices(IntPtr.Zero, lpcb, lpcDevices)

.

        intRet = RasEnumDevices(devinfo, lpcb, lpcDevices)

.
Documentation
[RasEnumDevices] on MSDN

 
Access PInvoke.net directly from VS: