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

Class IO_STATUS_BLOCK

shellcode/src/binds.rs:81–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79type PULONG = *mut ULONG;
80#[repr(C)]
81pub struct IO_STATUS_BLOCK {
82 _1: IO_STATUS_BLOCK_u,
83 _2: PULONG,
84}
85/// A specialized `Result` type for NT operations.
86pub type Result<T> = ::core::result::Result<T, Status>;
87

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected