Struct windows_sys::Win32::System::RemoteDesktop::WTS_PROCESS_INFO_EXW
#[repr(C)]pub struct WTS_PROCESS_INFO_EXW {
pub SessionId: u32,
pub ProcessId: u32,
pub pProcessName: PWSTR,
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: u32§ProcessId: u32§pProcessName: PWSTR§pUserSid: PSID§NumberOfThreads: u32§HandleCount: u32§PagefileUsage: u32§PeakPagefileUsage: u32§WorkingSetSize: u32§PeakWorkingSetSize: u32§UserTime: i64§KernelTime: i64