mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
[psdk]
add EVENTLOG_FULL_INFORMATION structure (from wine) svn path=/trunk/; revision=44735
This commit is contained in:
parent
83c4eea575
commit
a059004e99
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue