Struct windows_sys::Win32::System::ProcessStatus::MODULEINFO
#[repr(C)]pub struct MODULEINFO {
pub lpBaseOfDll: *mut c_void,
pub SizeOfImage: u32,
pub EntryPoint: *mut c_void,
}Expand description
Required features: "Win32_System_ProcessStatus"
Fields§
§lpBaseOfDll: *mut c_void§SizeOfImage: u32§EntryPoint: *mut c_void