| 268 | } |
| 269 | |
| 270 | pub struct NtCreateThreadExArgs |
| 271 | { |
| 272 | pub thread: *mut HANDLE, |
| 273 | pub access: u32, |
| 274 | pub attributes: *mut OBJECT_ATTRIBUTES, |
| 275 | pub process: HANDLE |
| 276 | } |
| 277 | |
| 278 | #[repr(C)] |
| 279 | #[allow(non_snake_case)] |
nothing calls this directly
no outgoing calls
no test coverage detected