The local procedure call (LPC) facility is a service provided by the MicrosoftWindows NTkernel for light weight message queue between processes on the same computer. The LPC interface is part of Windows NT's undocumented Native API, although it can be used indirectly in applications via the documented remote procedure call system using the NCALRPC transport (which is implemented by LPC).
See more at Wikipedia.org...