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.
DTTOPTS (Structures)
.
C# Definition:
[StructLayout(LayoutKind.Sequential)]
struct DTTOPTS
{
public int dwSize;
public uint dwFlags;
public COLORREF crText;
public COLORREF crBorder;
public COLORREF crShadow;
public int iTextShadowType;
public POINT ptShadowOffset;
public int iBorderSize;
public int iFontPropId;
public int iColorPropId;
public int iStateId;
public bool fApplyOverlay;
public int iGlowSize;
public DTT_CALLBACK_PROC pfnDrawTextCallback;
public IntPtr lParam;
}