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.
STARTUPINFOEX (Structures)
.
C# Definition:
[StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)]
public struct STARTUPINFOEX
{
public STARTUPINFO StartupInfo;
public IntPtr lpAttributeList;
}
VB Definition:
Structure STARTUPINFOEX
Public TODO
End Structure
User-Defined Field Types:
None.
Notes:
See CreateProcess and InitializeProcThreadAttributeList/UpdateProcThreadAttribute
Do not forget to set the size of your object after filling in the attributes, before calling CreateProcess