Home
last modified time | relevance | path

Searched refs:UnloadDll (Results 1 – 6 of 6) sorted by relevance

/reactos/sdk/include/ndk/
H A Ddbgktypes.h199 DBGKM_UNLOAD_DLL UnloadDll; member
219 DBGKM_UNLOAD_DLL UnloadDll; member
/reactos/ntoskrnl/dbgk/
H A Ddbgkutil.c439 PDBGKM_UNLOAD_DLL UnloadDll = &ApiMessage.UnloadDll; in DbgkUnMapViewOfSection() local
454 UnloadDll->BaseAddress = BaseAddress; in DbgkUnMapViewOfSection()
H A Ddbgkobj.c949 WaitStateChange->StateInfo.UnloadDll.BaseAddress = in DbgkpConvertKernelToUserStateChange()
950 DebugEvent->ApiMsg.UnloadDll.BaseAddress; in DbgkpConvertKernelToUserStateChange()
/reactos/dll/ntdll/dbg/
H A Ddbgui.c256 DebugEvent->u.UnloadDll.lpBaseOfDll = in DbgUiConvertStateChangeStructure()
257 WaitStateChange->StateInfo.UnloadDll.BaseAddress; in DbgUiConvertStateChangeStructure()
/reactos/base/applications/drwtsn32/
H A Ddrwtsn32.cpp111 if (data.Modules[n].BaseAddress == evt.u.UnloadDll.lpBaseOfDll) in UpdateFromEvent()
/reactos/sdk/include/psdk/
H A Dwinbase.h823 UNLOAD_DLL_DEBUG_INFO UnloadDll; member