Struct windows_sys::Win32::System::SystemServices::NON_PAGED_DEBUG_INFO
#[repr(C, packed(4))]pub struct NON_PAGED_DEBUG_INFO {
pub Signature: u16,
pub Flags: u16,
pub Size: u32,
pub Machine: u16,
pub Characteristics: u16,
pub TimeDateStamp: u32,
pub CheckSum: u32,
pub SizeOfImage: u32,
pub ImageBase: u64,
}Expand description
Required features: "Win32_System_SystemServices"
Fields§
§Signature: u16§Flags: u16§Size: u32§Machine: u16§Characteristics: u16§TimeDateStamp: u32§CheckSum: u32§SizeOfImage: u32§ImageBase: u64