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: u16Flags: u16Size: u32Machine: u16Characteristics: u16TimeDateStamp: u32CheckSum: u32SizeOfImage: u32ImageBase: u64