Struct windows_sys::Win32::System::SystemServices::IMAGE_IMPORT_DESCRIPTOR
#[repr(C)]pub struct IMAGE_IMPORT_DESCRIPTOR {
pub Anonymous: IMAGE_IMPORT_DESCRIPTOR_0,
pub TimeDateStamp: u32,
pub ForwarderChain: u32,
pub Name: u32,
pub FirstThunk: u32,
}
Expand description
Required features: "Win32_System_SystemServices"
Fields§
§Anonymous: IMAGE_IMPORT_DESCRIPTOR_0
§TimeDateStamp: u32
§ForwarderChain: u32
§Name: u32
§FirstThunk: u32