mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
4c022adf196f2f6d5c5138afacf5d07ed91c26af
Apply a consistent style to all similar functions: - Spoolss functions don't necessarily set ERROR_SUCCESS. Check the boolean return value instead and only query the error code on failure. - Use AlignRpcPtr and UndoAlignRpcPtr wherever feasible. - Use one static function per level that can be called from both Get* and Enum* APIs. - Use PackStrings in all functions that return structures with strings. - Add TRACEs to all non-static functions in localspl. - Pass a double pointer to all Marshalling functions and advance to the next structure there. - Perform sanity checks and return the right error codes in a Windows-compatible way. - Return TRUE when an Enum* API has no elements to enumerate. Also fixes CORE-12793 svn path=/trunk/; revision=75287
Description
A free Windows-compatible Operating System
528 MiB
Languages
C
86.9%
C++
10.7%
Python
0.7%
Assembly
0.5%
CMake
0.5%
Other
0.4%