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.
DESKBANDINFO (Structures)
.
C# Definition:
[StructLayout (LayoutKind.Sequential, CharSet=CharSet.Unicode)]
struct DESKBANDINFO {
public Int32 dwMask;
public POINT ptMinSize;
public POINT ptMaxSize;
public POINT ptIntegral;
public POINT ptActual;
[MarshalAs(UnmanagedType.ByValTStr, SizeConst=256)] public string wszTitle;
public Int32 dwModeFlags;
public Int32 crBkgnd;
}