[EVENTLOG]
authorEric Kohl <eric.kohl@reactos.org>
Sat, 28 Jan 2012 20:15:41 +0000 (20:15 +0000)
committerEric Kohl <eric.kohl@reactos.org>
Sat, 28 Jan 2012 20:15:41 +0000 (20:15 +0000)
commit9b2103620b2b4ae3bd6e1683ddeab14d75b703eb
tree2c1250dbf78ef9546ef5498061771ad2f656f5af
parente1632d9cd810663524dee6b737dd8b75e37d57b2
[EVENTLOG]
- Log files which are opened when the eventlog service is started are permanent files and will only be closed when the service is stopped. Other log files are closed when their handle is closed.
- Opening a non existing backup log file must fail.
- Opening an existing backup log files opens the file for reading only.

svn path=/trunk/; revision=55279
reactos/base/services/eventlog/eventlog.c
reactos/base/services/eventlog/eventlog.h
reactos/base/services/eventlog/file.c
reactos/base/services/eventlog/rpc.c