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 Interfaces, prefix the name with the module name and a period.
STATSTG (Interfaces)
.
C# Definition:
public struct STATSTG
{
[MarshalAs(UnmanagedType.LPTStr)]
C# Definition:
public struct STATSTG
{
public string pwcsName;
public int type;
public long cbSize;
public FILETIME mtime;
public FILETIME ctime;
public FILETIME atime;
public int grfMode;
public int grfLocksSupported;
public Guid clsid;
public int grfStateBits;
public int reserved;
}