A free Windows-compatible Operating System - mirrored from GitHub
Go to file
Michael Martin 9f6cf09ab7 - eventlog.h: Add CurrentRecord to EventSource struct as each EventLog handle must keep track of current record.
- LogfInitializeNew/LogfInitializeExisting: Set LogFile MaxSize to just under 5k and add a FIXME to read value from registry. TODO.
- LogfReadEvent: Change return value to DWORD so that errors can be passed back and last error can be set from caller(advapi32).
Change RecordNumber parameter to pointer so that it can be returned and saved in rpc's handle for the EventLog.
RecordNumber of 0 can only be used with flag EVENTLOG_SEQUENTIAL READ.
Set BytesRead and BytesNeeded to 0 as caller expects those values for any failure.
- LogfWriteData: Implement record overwriting when the LogFile has reached MaxSize.
- Implement LogfGetCurrentRecord.
- Code not active yet, will be with upcoming changes to base\services\eventlog\rpc.c.

svn path=/trunk/; revision=41018
2009-05-20 13:07:19 +00:00
irc Give Techbot the ability to check for and ghost existing bots, then rename itself 2008-08-10 13:06:58 +00:00
reactos - eventlog.h: Add CurrentRecord to EventSource struct as each EventLog handle must keep track of current record. 2009-05-20 13:07:19 +00:00
rosapps Change some leftover .rbuild files from compiler="cpp" to compiler="cxx" 2009-04-21 19:53:10 +00:00
rostests disable crashing bitmap font test in gdi32:font 2009-05-19 19:14:32 +00:00
wallpaper Rename the wallpaper to conform with ISO 9660:1988 and make cdmake happy... 2009-02-03 13:26:30 +00:00