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:
  • Field Details

    • SessionId

      public int SessionId
    • ProcessId

      public int ProcessId
    • pProcessName

      public String pProcessName
    • pUserSid

      public WinNT.PSID pUserSid
    • NumberOfThreads

      public int NumberOfThreads
    • HandleCount

      public int HandleCount
    • PagefileUsage

      public int PagefileUsage
    • PeakPagefileUsage

      public int PeakPagefileUsage
    • WorkingSetSize

      public int WorkingSetSize
    • PeakWorkingSetSize

      public int PeakWorkingSetSize
    • UserTime

      public WinNT.LARGE_INTEGER UserTime
    • KernelTime

      public WinNT.LARGE_INTEGER KernelTime
  • Constructor Details

    • WTS_PROCESS_INFO_EX

      public WTS_PROCESS_INFO_EX()
    • WTS_PROCESS_INFO_EX

      public WTS_PROCESS_INFO_EX(Pointer p)