Function windows_sys::Win32::System::Diagnostics::Debug::SymLoadModuleExW
[−]pub unsafe extern "system" fn SymLoadModuleExW(
hprocess: HANDLE,
hfile: HANDLE,
imagename: PCWSTR,
modulename: PCWSTR,
baseofdll: u64,
dllsize: u32,
data: *const MODLOAD_DATA,
flags: SYM_LOAD_FLAGS
) -> u64
Expand description
Required features: "Win32_System_Diagnostics_Debug"
, "Win32_Foundation"