reactos/base
Hermès Bélusca-Maïto 84f423f030
[SERVICES] ScmControlService: Use TransactNamedPipe() instead of successive Write+Read (#7441)
This function combines those that write a message to and read
a message from the specified pipe into a single operation.

Its usage helps in simplifying the code further.
2024-10-11 16:56:18 +02:00
..
applications [REACTOS] Add missing line breaks at end of file 2024-10-06 10:47:11 +03:00
services [WUAUSERV] Improve some DPRINTs 2024-10-10 22:44:46 +02:00
setup [USETUP] Fix handling of 0 sized files in the cab 2024-09-20 14:08:13 +03:00
shell [REACTOS] Add missing line breaks at end of file 2024-10-06 10:47:11 +03:00
system [SERVICES] ScmControlService: Use TransactNamedPipe() instead of successive Write+Read (#7441) 2024-10-11 16:56:18 +02:00
CMakeLists.txt