Struct windows_sys::Win32::System::Diagnostics::Debug::PROCESS_NAME_ENTRY
#[repr(C)]pub struct PROCESS_NAME_ENTRY {
pub ProcessId: u32,
pub NameOffset: u32,
pub NameSize: u32,
pub NextEntry: u32,
}
Expand description
Required features: "Win32_System_Diagnostics_Debug"
Fields§
§ProcessId: u32
§NameOffset: u32
§NameSize: u32
§NextEntry: u32