org.openqa.selenium.os
Class Kernel32.JOBJECT_EXTENDED_LIMIT_INFORMATION

java.lang.Object
  extended by com.sun.jna.Structure
      extended by org.openqa.selenium.os.Kernel32.JOBJECT_EXTENDED_LIMIT_INFORMATION
Direct Known Subclasses:
Kernel32.JOBJECT_EXTENDED_LIMIT_INFORMATION.ByReference
Enclosing interface:
Kernel32

public static class Kernel32.JOBJECT_EXTENDED_LIMIT_INFORMATION
extends com.sun.jna.Structure


Nested Class Summary
static class Kernel32.JOBJECT_EXTENDED_LIMIT_INFORMATION.ByReference
           
 
Nested classes/interfaces inherited from class com.sun.jna.Structure
com.sun.jna.Structure.ByValue
 
Field Summary
 Kernel32.JOBJECT_BASIC_LIMIT_INFORMATION BasicLimitInformation
           
 Kernel32.IO_COUNTERS IoInfo
           
 com.sun.jna.platform.win32.BaseTSD.SIZE_T JobMemoryLimit
           
 com.sun.jna.platform.win32.BaseTSD.SIZE_T PeakJobMemoryUsed
           
 com.sun.jna.platform.win32.BaseTSD.SIZE_T PeakProcessMemoryUsed
           
 com.sun.jna.platform.win32.BaseTSD.SIZE_T ProcessMemoryLimit
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
Kernel32.JOBJECT_EXTENDED_LIMIT_INFORMATION()
           
Kernel32.JOBJECT_EXTENDED_LIMIT_INFORMATION(com.sun.jna.Pointer memory)
           
 
Method Summary
 
Methods inherited from class com.sun.jna.Structure
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, clear, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldOrder, getFields, getFieldTypeInfo, getNativeAlignment, getNativeSize, getPointer, getStructAlignment, hashCode, newInstance, read, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setTypeMapper, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

BasicLimitInformation

public Kernel32.JOBJECT_BASIC_LIMIT_INFORMATION BasicLimitInformation

IoInfo

public Kernel32.IO_COUNTERS IoInfo

ProcessMemoryLimit

public com.sun.jna.platform.win32.BaseTSD.SIZE_T ProcessMemoryLimit

JobMemoryLimit

public com.sun.jna.platform.win32.BaseTSD.SIZE_T JobMemoryLimit

PeakProcessMemoryUsed

public com.sun.jna.platform.win32.BaseTSD.SIZE_T PeakProcessMemoryUsed

PeakJobMemoryUsed

public com.sun.jna.platform.win32.BaseTSD.SIZE_T PeakJobMemoryUsed
Constructor Detail

Kernel32.JOBJECT_EXTENDED_LIMIT_INFORMATION

public Kernel32.JOBJECT_EXTENDED_LIMIT_INFORMATION()

Kernel32.JOBJECT_EXTENDED_LIMIT_INFORMATION

public Kernel32.JOBJECT_EXTENDED_LIMIT_INFORMATION(com.sun.jna.Pointer memory)


Copyright © 2013. All Rights Reserved.