Package com.sun.jna.platform.win32
Class Wtsapi32.WTS_PROCESS_INFO_EX
- java.lang.Object
- 
- com.sun.jna.Structure
- 
- com.sun.jna.platform.win32.Wtsapi32.WTS_PROCESS_INFO_EX
 
 
- 
- Enclosing interface:
- Wtsapi32
 
 @FieldOrder({"SessionId","ProcessId","pProcessName","pUserSid","NumberOfThreads","HandleCount","PagefileUsage","PeakPagefileUsage","WorkingSetSize","PeakWorkingSetSize","UserTime","KernelTime"}) public static class Wtsapi32.WTS_PROCESS_INFO_EX extends Structure Contains extended information about a process running on a Remote Desktop Session Host (RD Session Host) server. This structure is returned by the WTSEnumerateProcessesEx function when you set the pLevel parameter to one.- See Also:
- WTS_PROCESS_INFO_EXA, WTS_PROCESS_INFO_EXW
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class com.sun.jna.StructureStructure.ByReference, Structure.ByValue, Structure.FieldOrder, Structure.StructField
 
- 
 - 
Field SummaryFields Modifier and Type Field Description intHandleCountWinNT.LARGE_INTEGERKernelTimeintNumberOfThreadsintPagefileUsageintPeakPagefileUsageintPeakWorkingSetSizejava.lang.StringpProcessNameintProcessIdWinNT.PSIDpUserSidintSessionIdWinNT.LARGE_INTEGERUserTimeintWorkingSetSize- 
Fields inherited from class com.sun.jna.StructureALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
- 
 - 
Constructor SummaryConstructors Constructor Description WTS_PROCESS_INFO_EX()WTS_PROCESS_INFO_EX(Pointer p)
 - 
Method Summary- 
Methods inherited from class com.sun.jna.StructureallocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFieldOrder, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeField
 
- 
 
- 
- 
- 
Field Detail- 
SessionIdpublic int SessionId 
 - 
ProcessIdpublic int ProcessId 
 - 
pProcessNamepublic java.lang.String pProcessName 
 - 
pUserSidpublic WinNT.PSID pUserSid 
 - 
NumberOfThreadspublic int NumberOfThreads 
 - 
HandleCountpublic int HandleCount 
 - 
PagefileUsagepublic int PagefileUsage 
 - 
PeakPagefileUsagepublic int PeakPagefileUsage 
 - 
WorkingSetSizepublic int WorkingSetSize 
 - 
PeakWorkingSetSizepublic int PeakWorkingSetSize 
 - 
UserTimepublic WinNT.LARGE_INTEGER UserTime 
 - 
KernelTimepublic WinNT.LARGE_INTEGER KernelTime 
 
- 
 - 
Constructor Detail- 
WTS_PROCESS_INFO_EXpublic WTS_PROCESS_INFO_EX() 
 - 
WTS_PROCESS_INFO_EXpublic WTS_PROCESS_INFO_EX(Pointer p) 
 
- 
 
-