// ntifs.h
VOID KeAttachProcess(
PRKPROCESS Process
);
View the official Windows Driver Kit DDI referenceNo description available.
The KeAttachProcess routine is exported to support existing driver binaries and is obsolete. Use KeStackAttachProcess instead.
ProcessReserved.