MCPcopy Create free account
hub / github.com/Kudaes/Fiber / NtCreateThreadExArgs

Class NtCreateThreadExArgs

loader/data/src/lib.rs:270–276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268}
269
270pub 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)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected