Desktop Functions: Smart Device Functions:
|
RasValidateEntryName (rasapi32)
C# Signature:
[DllImport("rasapi32.dll", SetLastError=true)] VB Signature:
Declare Function RasValidateEntryName Lib "rasapi32.dll" (TODO) As TODO User-Defined Types:None. Notes:Pass null as the first argument, returns 0 for invalid entry name. Tips & Tricks:Please add some! Sample Code:int retval; retval = RasValidateEntryName(null, "Dud"); // retval = 0 Alternative Managed API:http://www.codeplex.com/DotRas Please edit this page!Do you have...
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more). |
|