mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
86e0d5e9b8
As it turns out, those three functions were duplicating the same code between each other. Reimplement these in terms of a common helper, RtlFindExportedRoutineByName(). Indeed: MiFindExportedRoutineByName() was just MiLocateExportName() but taking a PANSI_STRING instead of a NULL-terminated string. A similar state of affairs also existed in Windows <= 2003, and the MS guys also noticed it. Both routines have been then merged and renamed to MiFindExportedRoutineByName() on Windows 8 (taking a PCSTR instead), and finally renamed and exported as RtlFindExportedRoutineByName() on Windows 10. |
||
---|---|---|
.. | ||
arm | ||
i386 | ||
contmem.c | ||
drvmgmt.c | ||
dynamic.c | ||
expool.c | ||
hypermap.c | ||
iosup.c | ||
kdbg.c | ||
largepag.c | ||
mdlsup.c | ||
miarm.h | ||
miavl.h | ||
mmdbg.c | ||
mminit.c | ||
mmsup.c | ||
ncache.c | ||
pagfault.c | ||
pfnlist.c | ||
pool.c | ||
procsup.c | ||
section.c | ||
session.c | ||
special.c | ||
sysldr.c | ||
syspte.c | ||
vadnode.c | ||
virtual.c | ||
wslist.cpp | ||
zeropage.c |