Content deleted Content added
GreenC bot (talk | contribs) m 1 archive template merged to {{webarchive}} (WAM) |
m formatting fix |
||
(11 intermediate revisions by 8 users not shown) | |||
Line 1:
The '''Local
The (A)LPC interface is part of Windows NT's undocumented [[Windows Native API|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 APIs that are implemented with (A)LPC (see below)
==Implementation==
(A)LPC is implemented using kernel "port" objects, which are securable (with [[Access
The typical communication scenario between the server and the client is as follows:
Line 28:
The [[Local Security Authority Subsystem Service]] (LSASS), [[Session Manager]] (SMSS), and [[Service Control Manager]] all use (A)LPC ports directly to communicate with client processes. [[Winlogon]] and the [[Reference monitor|Security Reference Monitor]] use it to communicate with the LSASS process.
As mentioned, Microsoft RPC can use (A)LPC as a transport when the client and server are both on the same machine. Many services that are designed to communicate only on the local computer use (A)LPC as the only transport through RPC. The implementation of remote [[
==See also==
Line 39:
==References==
* {{citation |first1=Prasad |last1=Dabak |first2=Milind |last2=Borate |first3=Sandeep |last3=Phadke |title=Undocumented Windows NT |publisher=[[Hungry Minds]] |year=1999 |isbn=0-7645-4569-8}}
* {{citation |title=Windows® Internals| edition=5th |first1=Mark |last1=Russinovich |author1-link=Mark Russinovich |first2=David |last2=Solomon |first3=Alex |last3=Ionescu |year=2009 |publisher=[[Microsoft Press]] |isbn=978-0-7356-2530-
==External links==
|