mirror of
https://github.com/repnz/etw-providers-docs
synced 2026-06-08 17:06:44 +00:00
29 lines
1.2 KiB
XML
29 lines
1.2 KiB
XML
<instrumentationManifest xmlns="http://schemas.microsoft.com/win/2004/08/events">
|
|
<instrumentation xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:win="http://manifests.microsoft.com/win/2004/08/windows/events">
|
|
<events>
|
|
<provider name="Microsoft-Windows-Shell-ConnectedAccountState" guid="{6df57621-e7e4-410f-a7e9-e43eeb61b11f}" resourceFileName="Microsoft-Windows-Shell-ConnectedAccountState" messageFileName="Microsoft-Windows-Shell-ConnectedAccountState" symbol="MicrosoftWindowsShellConnectedAccountState" source="Xml" >
|
|
<keywords>
|
|
</keywords>
|
|
<tasks>
|
|
<task name="task_0" message="$(string.task_task_0)" value="0"/>
|
|
</tasks>
|
|
<events>
|
|
<event value="100" symbol="task_0" version="0" task="task_0" level="win:Informational" template="task_0Args"/>
|
|
</events>
|
|
<templates>
|
|
<template tid="task_0Args">
|
|
<data name="hc_stateid" inType="win:UInt32"/>
|
|
</template>
|
|
</templates>
|
|
</provider>
|
|
</events>
|
|
</instrumentation>
|
|
<localization>
|
|
<resources culture="en-US">
|
|
<stringTable>
|
|
<string id="task_task_0" value="task_0"/>
|
|
</stringTable>
|
|
</resources>
|
|
</localization>
|
|
</instrumentationManifest>
|