#[repr(C, packed(1))]pub struct IMAGE_DYNAMIC_RELOCATION32 {
pub Symbol: u32,
pub BaseRelocSize: u32,
}
Expand description
Required features: "Win32_System_SystemServices"
Fields§
§Symbol: u32
§BaseRelocSize: u32
#[repr(C, packed(1))]pub struct IMAGE_DYNAMIC_RELOCATION32 {
pub Symbol: u32,
pub BaseRelocSize: u32,
}
Required features: "Win32_System_SystemServices"
Symbol: u32
§BaseRelocSize: u32