Function windows_sys::Win32::System::Diagnostics::Debug::StackWalk64
[−]pub unsafe extern "system" fn StackWalk64(
machinetype: u32,
hprocess: HANDLE,
hthread: HANDLE,
stackframe: *mut STACKFRAME64,
contextrecord: *mut c_void,
readmemoryroutine: PREAD_PROCESS_MEMORY_ROUTINE64,
functiontableaccessroutine: PFUNCTION_TABLE_ACCESS_ROUTINE64,
getmodulebaseroutine: PGET_MODULE_BASE_ROUTINE64,
translateaddress: PTRANSLATE_ADDRESS_ROUTINE64
) -> BOOL
Expand description
Required features: "Win32_System_Diagnostics_Debug"
, "Win32_Foundation"