[EVENTCREATE]: Implement the EventCreate command-line tool, which allows reporting...
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Thu, 29 Sep 2016 16:49:27 +0000 (16:49 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Thu, 29 Sep 2016 16:49:27 +0000 (16:49 +0000)
commitefc5b376b4207230ea4cbda60e5530b6d42a21cb
tree8fdd01b705a9395d19fa97bdabf47f64137a10f3
parent1fbf90a71222b5a4238536f60f7c1ee047bd7bf7
[EVENTCREATE]: Implement the EventCreate command-line tool, which allows reporting custom user events in event logs, by using the old-school NT <= 2k3 logging API.
More information in the JIRA report and in the source code (eventcreate.c).
The generator (evtmsggen) for the event message string templates file "evtmsgstr.mc" is also provided.
CORE-12065 #resolve

svn path=/trunk/; revision=72854
reactos/base/applications/cmdutils/CMakeLists.txt
reactos/base/applications/cmdutils/eventcreate/CMakeLists.txt [new file with mode: 0644]
reactos/base/applications/cmdutils/eventcreate/eventcreate.c [new file with mode: 0644]
reactos/base/applications/cmdutils/eventcreate/eventcreate.rc [new file with mode: 0644]
reactos/base/applications/cmdutils/eventcreate/evtmsggen.c [new file with mode: 0644]
reactos/base/applications/cmdutils/eventcreate/evtmsgstr.mc [new file with mode: 0644]
reactos/base/applications/cmdutils/eventcreate/lang/en-US.rc [new file with mode: 0644]
reactos/base/applications/cmdutils/eventcreate/lang/fr-FR.rc [new file with mode: 0644]
reactos/base/applications/cmdutils/eventcreate/resource.h [new file with mode: 0644]