MCPcopy Create free account
hub / github.com/b1tg/rust-windows-shellcode / IO_STATUS_BLOCK_u

Class IO_STATUS_BLOCK_u

shellcode/src/binds.rs:97–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95
96#[repr(C)]
97pub union IO_STATUS_BLOCK_u {
98 _1: NTSTATUS,
99 _2: PVOID,
100}
101pub type NTSTATUS = Status;
102type HMODULE = HINSTANCE;
103type HINSTANCE = *mut HINSTANCE__;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected