Struct windows_sys::Win32::System::RemoteDesktop::WTS_PROCESS_INFO_EXA
[−]#[repr(C)]pub struct WTS_PROCESS_INFO_EXA {
pub SessionId: u32,
pub ProcessId: u32,
pub pProcessName: PSTR,
pub pUserSid: PSID,
pub NumberOfThreads: u32,
pub HandleCount: u32,
pub PagefileUsage: u32,
pub PeakPagefileUsage: u32,
pub WorkingSetSize: u32,
pub PeakWorkingSetSize: u32,
pub UserTime: i64,
pub KernelTime: i64,
}Expand description
Required features: ‘Win32_System_RemoteDesktop’, ‘Win32_Foundation’
Fields
SessionId: u32ProcessId: u32pProcessName: PSTRpUserSid: PSIDNumberOfThreads: u32HandleCount: u32PagefileUsage: u32PeakPagefileUsage: u32WorkingSetSize: u32PeakWorkingSetSize: u32UserTime: i64KernelTime: i64