Share via


CTraceMergeProperties

Applies To: Windows 8, Windows 8.1

Represents policies that are applied when the library merges the event trace log (ETL) files for Event Tracing for Windows® (ETW) sessions that were previously started using the profiles. It implements the ITraceMergeProperties and the IParsingErrorInfo interfaces. The client instantiates a new instance for every merge properties that it needs to apply for merging the ETL files. When the client loads the XML merge properties, the instance validates against the schema. If the validation fails, the instance stores the error information and returns an error code. In case of an error, the client obtains an interface pointer to IParsingErrorInfo and retrieves the error information.

{
  [default] interface ITraceMergeProperties;
  interface IParsingErrorInfo;
};

See Also

Other Resources

Classes