MCPcopy Create free account
hub / github.com/Kudaes/Dumpy / SYSTEM_HANDLE_TABLE_ENTRY_INFO

Class SYSTEM_HANDLE_TABLE_ENTRY_INFO

dumpy/data/src/lib.rs:184–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182
183#[repr(C)]
184pub struct SYSTEM_HANDLE_TABLE_ENTRY_INFO {
185 pub process_id: u16,
186 pub creator_back_trace_index: u16,
187 pub object_type_index: u8,
188 pub handle_attributes: u8,
189 pub handle_value: u16,
190 pub object: PVOID,
191 pub granted_access: u32,
192}
193
194#[repr(C)]
195pub struct THREAD_BASIC_INFORMATION {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected