Writing a Windows NT subsystem [closed]
Here are the major components of a subsystem: User-mode server. The server creates a (A)LPC port and listens for and handles client requests. User-mode client DLL. In the DLL_INIT_ROUTINE, you can connect to the port set up by the server. This DLL will expose your subsystem’s API, and some functions will require communication with the … Read more