mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 02:25:17 +00:00
Log file names macros added.
svn path=/trunk/; revision=1532
This commit is contained in:
parent
824df27238
commit
394b6b568c
1 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
/* $Id: errlog.c,v 1.5 2000/04/03 21:54:38 dwelch Exp $
|
/* $Id: errlog.c,v 1.6 2001/01/17 19:04:15 ea Exp $
|
||||||
*
|
*
|
||||||
* COPYRIGHT: See COPYING in the top level directory
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS kernel
|
* PROJECT: ReactOS kernel
|
||||||
|
@ -19,6 +19,10 @@
|
||||||
|
|
||||||
/* TYPES *********************************************************************/
|
/* TYPES *********************************************************************/
|
||||||
|
|
||||||
|
#define LOG_FILE_APPLICATION L"\\SystemRoot\\System32\\Config\\AppEvent.Evt"
|
||||||
|
#define LOG_FILE_SECURITY L"\\SystemRoot\\System32\\Config\\SecEvent.Evt"
|
||||||
|
#define LOG_FILE_SYSTEM L"\\SystemRoot\\System32\\Config\\SysEvent.Evt"
|
||||||
|
|
||||||
typedef struct _IO_ERROR_LOG_PACKET
|
typedef struct _IO_ERROR_LOG_PACKET
|
||||||
{
|
{
|
||||||
UCHAR MajorFunctionCode;
|
UCHAR MajorFunctionCode;
|
||||||
|
|
Loading…
Reference in a new issue