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

ras (Constants)
 
.
Summary
Constants used by RAS (Remote Access Services)

C# Constants:

public const int RAS_MaxAreaCode = 10;
public const int RAS_MaxCallbackNumber = RAS_MaxPhoneNumber;
public const int RAS_MaxDeviceName = 128;
public const int RAS_MaxDeviceType = 16;
public const int RAS_MaxDnsSuffix = 256;
public const int RAS_MaxEntryName = 256;
public const int RAS_MaxFacilities = 200;
public const int RAS_MaxPadType = 32;
public const int RAS_MaxPath = 260;
public const int RAS_MaxPhoneNumber = 128;
public const int RAS_MaxUserData = 200;
public const int RAS_MaxX25Address = 200;

VB Constants:

Public Const MAX_ADAPTER_NAME_LENGTH As Int32 = 256
Public Const MAX_ADAPTER_DESCRIPTION_LENGTH As Int32 = 128
Public Const MAX_ADAPTER_ADDRESS_LENGTH As Int32 = 8

Notes:

None.

 

Please edit this page!

Do you have...

  • helpful tips?
  • corrections to the existing content?
  • additional languages you want to include?

Select "Edit This Page" on the right hand toolbar and edit it!

 
Access PInvoke.net directly from VS:
Terms of Use
Edit This Page
Find References
Show Printable Version
Revisions