reactos/win32ss/printing/base/spoolss
Colin Finck f3ea8225cb [PRINTING] Implement the undocumented MarshallDownStructure, MarshallDownStructuresArray, MarshallUpStructure, and MarshallUpStructuresArray to the extent I need and could find out through black-box testing.
PDBs reveal that these functions are also used in winspool.drv, but not imported from spoolss.dll to retain the client/server architecture.
As winspool.drv highly benefits from the MarshallUp* functions, I put them in a source file shared between spoolss.dll and winspool.drv.

The added API Tests cover my testing and all implemented features.
One more item done from https://reactos.org/wiki/Printing !
2018-01-17 10:13:25 +01:00
..
CMakeLists.txt
context.c
jobs.c
main.c
memory.c
monitors.c
ports.c
precomp.h
printerdata.c
printers.c
printprocessors.c
spoolss.rc
spoolss.spec
tools.c