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

Enum HINSTANCE__

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

Source from the content-addressed store, hash-verified

102type HMODULE = HINSTANCE;
103type HINSTANCE = *mut HINSTANCE__;
104pub enum HINSTANCE__ {}
105// ====
106#[repr(C)]
107pub struct IMAGE_DATA_DIRECTORY {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected