Files
hakril-PythonForWindows/docs/source/alpc.rst
T
2017-08-11 19:06:50 +02:00

27 lines
513 B
ReStructuredText

``windows.alpc`` -- Advanced Local Procedure Call
*************************************************
.. module:: windows.alpc
The :mod:`windows.alpc` module regroups the classes that permits to send and receive
ALPC messages over an ALPC port and the classes representing these messages.
ALPC Message
------------
.. autoclass:: AlpcMessage
.. autoclass:: AlpcMessagePort
.. autoclass:: MessageAttribute
ALPC client
-----------
.. autoclass:: AlpcClient
ALPC Server
-----------
.. autoclass:: AlpcServer