Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/b1tg/rust-windows-shellcode
/ Status
Enum
Status
shellcode/src/binds.rs:91–94 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
#[repr(C)]
90
#[derive(Clone, Copy)]
91
pub enum Status {
92
success = 0,
93
unsuccessful = 0xC0000001,
94
}
95
96
#[repr(C)]
97
pub union IO_STATUS_BLOCK_u {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected