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 "RasGetEntryProperties" in [All]

rasapi32

.

private static extern UInt32 RasGetEntryProperties(

.

    Private Shared Function RasGetEntryProperties(ByVal lpszPhoneBook As String, _

.
Documentation
[RasGetEntryProperties] on MSDN
.

Call RasGetEntryProperties beforehand, passing to it a null RASENTRY to get the correct buffer size (dwEntryInfoSize below).

.

    uint i = RasGetEntryProperties(null, "", IntPtr.Zero, ref dwEntryInfoSize, IntPtr.Zero, IntPtr.Zero);


 
Access PInvoke.net directly from VS: