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.
REOBJECT (Structures)
.
C# Definition:
[StructLayout(LayoutKind.Sequential)]
class REOBJECT {
public struct REOBJECT {
public int cbStruct = Marshal.SizeOf(typeof(REOBJECT));
public int cp;
public Guid clsid;
public IOleObject poleobj;
public IStorage pstg;
public IOleClientSite polesite;
public Size sizel;
public uint dvAspect;
public uint dwFlags;
public uint dwUser;
}
VB Definition:
<StructLayout(LayoutKind.Sequential)> _
Class REOBJECT
Public Struct REOBJECT
Public TODO
End Structure