Local Inter-Process Communication: Difference between revisions

Content deleted Content added
It's Microsoft RPC in particular that uses LPC as a local transport.
Clarify what "by calling Windows APIs" refers to (some APIs are implemented "under the hood" by sending messages, using LPC, to system processes).
Line 3:
The (A)LPC interface is part of Windows NT's undocumented [[Native API]], and as such is not available to applications for direct use. However, it can be used indirectly in the following instances:
* when using the [[Microsoft RPC]] API to communicate locally, i.e. between the processes on the same machine
* by calling Windows APIAPIs whichthat useare implemented with (A)LPC (see below)
 
==Implementation==