[StructLayout(LayoutKind.Sequential)]
struct JOBOBJECT_EXTENDED_LIMIT_INFORMATION
{
public JOBOBJECT_BASIC_LIMIT_INFORMATION BasicLimitInformation;
public IO_COUNTERS IoInfo;
public UInt32 ProcessMemoryLimit;
public UInt32 JobMemoryLimit;
public UInt32 PeakProcessMemoryUsed;
public UInt32 PeakJobMemoryUsed;
}
<StructLayout(LayoutKind.Sequential)> _
Structure JOBOBJECT_EXTENDED_LIMIT_INFORMATION
Public BasicLimitInformation As JOBOBJECT_BASIC_LIMIT_INFORMATION
Public IoInfo As IO_COUNTERS
Public ProcessMemoryLimit As UInt32
Public JobMemoryLimit As UInt32
Public PeakProcessMemoryUsed As UInt32
Public PeakJobMemoryUsed As UInt32
End Structure
JOBOBJECT_BASIC_LIMIT_INFORMATION
Do you know one? Please contribute it!
None.
Please add some!
Please add some!