Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Applies To: Windows 8, Windows 8.1
Enables the client to specify how multiple event trace log (ETL) files should be merged, using XML. It provides functions that load properties, in XML format, either from a file or from a string.
{
[id(1), helpstring("LoadFromFile")] HRESULT LoadFromFile([in] BSTR bstrTraceMergeName, [in] BSTR bstrFileName);
[id(2), helpstring("LoadFromString")] HRESULT LoadFromString([in] BSTR bstrTraceMerge);
[id(3), helpstring("IsEqual")] HRESULT IsEqual([in] ITraceMergeProperties* pTraceMergeProperties);
};
Functions
The following table describes functions that this interface provides.
| Function | Description |
|---|---|
Loads the properties from the specified file. |
|
Loads the properties from the specified string. |
|
Compares two ITraceMergeProperties objects. |