MCPcopy Create free account
hub / github.com/echQoQ/RustSL / IMAGE_DATA_DIRECTORY

Class IMAGE_DATA_DIRECTORY

src/utils/win_api.rs:163–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161
162#[repr(C)]
163struct IMAGE_DATA_DIRECTORY {
164 VirtualAddress: u32,
165 Size: u32,
166}
167
168#[repr(C)]
169struct IMAGE_EXPORT_DIRECTORY {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected