> This is in continuation to my prototype for LPC communication
from kernel to user mode. The system thread approach works.
BUt API NtConnectPort from Kernel mode fails with
STATUS_OBJECT_NAME_NOT_FOUND.
This means that either the port has not been created (yet)
or you’ve entered a wrong port name. The port name must be in
the form of "\MyGreatPort. (At least I use it that way and it works)
L.