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 Structures, prefix the name with the module name and a period.
RASENTRY (Structures)
.
C# Definition:
struct RASENTRYNAME
{
public int dwSize;
[MarshalAs(UnmanagedType.ByValTStr, SizeConst=256 + 1)]
public string szEntryName;
public int dwFlags;
[MarshalAs(UnmanagedType.ByValTStr, SizeConst=260 + 1)]
public string szPhonebookPath;
}
VB Definition:
Structure RASENTRYNAME
Public TODO
End Structure
User-Defined Field Types:
None.
Notes:
This struct is WINVER>=0x500. If WINVER<0x500 , you delete dwFlags and szPhonebookPath