Content deleted Content added
Guy Harris (talk | contribs) It's Microsoft RPC in particular that uses LPC as a local transport. |
Guy Harris (talk | contribs) 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
==Implementation==
|