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.
PROCESS_EXTENDED_BASIC_INFORMATION (Structures)
.
C# Definition:
struct PROCESS_EXTENDED_BASIC_INFORMATION {
public UIntPtr Size;
public PROCESS_BASIC_INFORMATION BasicInfo;
public uint Flags;
}
VB Definition:
Structure PROCESS_EXTENDED_BASIC_INFORMATION
Public TODO
End Structure