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

rasapi32

.
Summary
The RasSetEntryProperties function changes the connection information for an entry in the phone book or creates a new phone-book entry.
.

/// If the entry name matches an existing entry, RasSetEntryProperties modifies the properties of that entry.

.

/// If the entry name does not match an existing entry, RasSetEntryProperties creates a new phone-book entry.</param>

.

private static extern Uint RasSetEntryProperties(

.

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

.

     return (RasError)RasSetEntryProperties(null, connectionName, ref rasEntryStructure, Marshal.SizeOf(rasEntryStructure), IntPtr.Zero, 0);


 
Access PInvoke.net directly from VS: