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.
PAGESETUPDLG_STRUCT (Structures)
.
C# Definition:
[StructLayout(LayoutKind.Sequential, CharSet=CharSet.Auto)]
struct PAGESETUPDLG_STRUCT
{
public int lStructSize;
public IntPtr hwndOwner;
public IntPtr hDevMode;
public IntPtr hDevNames;
public int Flags;
public POINT ptPaperSize;
public RECT rtMinMargin;
public RECT rtMargin;
public IntPtr hInstance;
public int lCustData;
public IntPtr lpfnPageSetupHook;
public IntPtr lpfnPagePaintHook;
public IntPtr lpPageSetupTemplateName;
public IntPtr hPageSetupTemplate;
}
Public lStructSize As Integer
Public hwndOwner As IntPtr
Public hDevMode As IntPtr
Public hDevNames As IntPtr
Public Flags As Integer
Public ptPaperSize As POINT
Public rtMinMargin As RECT
Public rtMargin As RECT
Public hInstance As IntPtr
Public lCustData As Integer
Public lpfnPageSetupHook As IntPtr
Public lpfnPagePaintHook As IntPtr
Public lpPageSetupTemplateName As IntPtr
Public hPageSetupTemplate As IntPtr