Type a page name and press Enter. You'll jump to the page if it exists, or you can create it if it doesn't.
To create a page in a module other than Constants, prefix the name with the module name and a period.
ras (Constants)
.
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!