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.
[StructLayout(LayoutKind.Sequential)]
class MEMORYSTATUS {
public uint dwLength;
public uint dwMemoryLoad;
public IntPtr dwAvailPhys;
public IntPtr dwTotalPageFile;
public IntPtr dwAvailPageFile;
public IntPtr dwTotalVirtual;
public IntPtr dwAvailVirtual;
public uint dwAvailPhys;
public uint dwTotalPageFile;
public uint dwAvailPageFile;
public uint dwTotalVirtual;
public uint dwAvailVirtual;
}
VB Definition:
Structure MEMORYSTATUS_structure
Public TODO
End Structure