A free Windows-compatible Operating System - mirrored from GitHub
Find a file
Filip Navara 1e09759df9 Correctly handle small buffers in NtEnumerate[Value]Key and NtQuery[Value]Key registry routines:
- If buffer is too small to contain even fixed size information for specified type return STATUS_BUFFER_TOO_SMALL.
- If buffer is large enough to contain some information, but not all information requested, fill as much as we can and return STATUS_BUFFER_OVERFLOW.
- If we fill the entire buffer return STATUS_SUCCESS.

svn path=/trunk/; revision=11235
2004-10-08 21:19:12 +00:00
freeldr - Implemented the driver loading by the sequence of tag entries in the GroupOrderList key. 2004-09-20 18:02:36 +00:00
msvc6 Initial revision 2004-02-06 08:21:52 +00:00
os2 neu 2004-01-31 01:29:11 +00:00
posix Ignore map file. 2004-01-20 20:44:30 +00:00
reactos Correctly handle small buffers in NtEnumerate[Value]Key and NtQuery[Value]Key registry routines: 2004-10-08 21:19:12 +00:00
rosapps Remove the GNU from the name as its not a GNU program. 2004-10-08 04:09:51 +00:00