| 182 | |
| 183 | #[repr(C)] |
| 184 | pub 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)] |
| 195 | pub struct THREAD_BASIC_INFORMATION { |
nothing calls this directly
no outgoing calls
no test coverage detected