Headers diff for wevtapi.dll between 6.0.6002.18005-Windows 6.0 and 6.1.7600.16385-Windows 7.0 versions



 winevt.h (6.0.6002.18005-Windows 6.0)   winevt.h (6.1.7600.16385-Windows 7.0) 
skipping to change at line 409 skipping to change at line 409
EVT_HANDLE Session, EVT_HANDLE Session,
LPCWSTR ChannelPath, LPCWSTR ChannelPath,
LPCWSTR TargetFilePath, LPCWSTR TargetFilePath,
DWORD Flags DWORD Flags
); );
typedef enum _EVT_EXPORTLOG_FLAGS typedef enum _EVT_EXPORTLOG_FLAGS
{ {
EvtExportLogChannelPath = 0x1, EvtExportLogChannelPath = 0x1,
EvtExportLogFilePath = 0x2, EvtExportLogFilePath = 0x2,
EvtExportLogTolerateQueryErrors = 0x1000 EvtExportLogTolerateQueryErrors = 0x1000,
EvtExportLogOverwrite = 0x2000
} EVT_EXPORTLOG_FLAGS; } EVT_EXPORTLOG_FLAGS;
BOOL WINAPI EvtExportLog( BOOL WINAPI EvtExportLog(
EVT_HANDLE Session, EVT_HANDLE Session,
LPCWSTR Path, LPCWSTR Path,
LPCWSTR Query, LPCWSTR Query,
LPCWSTR TargetFilePath, LPCWSTR TargetFilePath,
DWORD Flags DWORD Flags
); );
skipping to change at line 456 skipping to change at line 457
EvtChannelPublishingConfigLevel, // EvtVarTypeUInt32 EvtChannelPublishingConfigLevel, // EvtVarTypeUInt32
EvtChannelPublishingConfigKeywords, // EvtVarTypeUInt64 EvtChannelPublishingConfigKeywords, // EvtVarTypeUInt64
EvtChannelPublishingConfigControlGuid, // EvtVarTypeGuid EvtChannelPublishingConfigControlGuid, // EvtVarTypeGuid
EvtChannelPublishingConfigBufferSize, // EvtVarTypeUInt32 EvtChannelPublishingConfigBufferSize, // EvtVarTypeUInt32
EvtChannelPublishingConfigMinBuffers, // EvtVarTypeUInt32 EvtChannelPublishingConfigMinBuffers, // EvtVarTypeUInt32
EvtChannelPublishingConfigMaxBuffers, // EvtVarTypeUInt32 EvtChannelPublishingConfigMaxBuffers, // EvtVarTypeUInt32
EvtChannelPublishingConfigLatency, // EvtVarTypeUInt32 EvtChannelPublishingConfigLatency, // EvtVarTypeUInt32
EvtChannelPublishingConfigClockType, // EvtVarTypeUInt32, EVT_CHANNEL_CLO CK_TYPE EvtChannelPublishingConfigClockType, // EvtVarTypeUInt32, EVT_CHANNEL_CLO CK_TYPE
EvtChannelPublishingConfigSidType, // EvtVarTypeUInt32, EVT_CHANNEL_SID _TYPE EvtChannelPublishingConfigSidType, // EvtVarTypeUInt32, EVT_CHANNEL_SID _TYPE
EvtChannelPublisherList, // EvtVarTypeString | EVT_VARIANT_TY PE_ARRAY EvtChannelPublisherList, // EvtVarTypeString | EVT_VARIANT_TY PE_ARRAY
EvtChannelPublishingConfigFileMax, // EvtVarTypeUint32
EvtChannelConfigPropertyIdEND EvtChannelConfigPropertyIdEND
} EVT_CHANNEL_CONFIG_PROPERTY_ID; } EVT_CHANNEL_CONFIG_PROPERTY_ID;
typedef enum _EVT_CHANNEL_TYPE typedef enum _EVT_CHANNEL_TYPE
{ {
EvtChannelTypeAdmin = 0, EvtChannelTypeAdmin = 0,
EvtChannelTypeOperational, EvtChannelTypeOperational,
EvtChannelTypeAnalytic, EvtChannelTypeAnalytic,
EvtChannelTypeDebug EvtChannelTypeDebug
 End of changes. 2 change blocks. 
1 lines changed or deleted 3 lines changed or added

This html diff was produced by rfcdiff 1.41.