Struct windows_sys::Win32::System::Diagnostics::Debug::IMAGEHLP_CBA_READ_MEMORY
[−]#[repr(C)]pub struct IMAGEHLP_CBA_READ_MEMORY {
pub addr: u64,
pub buf: *mut c_void,
pub bytes: u32,
pub bytesread: *mut u32,
}Expand description
Required features: ‘Win32_System_Diagnostics_Debug’
Fields
addr: u64buf: *mut c_voidbytes: u32bytesread: *mut u32