add EVENTLOG_FULL_INFORMATION structure (from wine)

svn path=/trunk/; revision=44735
This commit is contained in:
Christoph von Wittich 2009-12-23 15:15:21 +00:00
parent 83c4eea575
commit a059004e99

View file

@ -943,6 +943,14 @@ typedef struct tagHW_PROFILE_INFOW {
WCHAR szHwProfileName[MAX_PROFILE_LEN];
} HW_PROFILE_INFOW,*LPHW_PROFILE_INFOW;
/* Event Logging */
#define EVENTLOG_FULL_INFO 0
typedef struct _EVENTLOG_FULL_INFORMATION {
DWORD dwFull;
} EVENTLOG_FULL_INFORMATION, *LPEVENTLOG_FULL_INFORMATION;
typedef enum _GET_FILEEX_INFO_LEVELS {
GetFileExInfoStandard,
GetFileExMaxInfoLevel