녹화하는 동안 요청 시 캡처할 이벤트를 설명하는 키워드 컬렉션을 나타냅니다. 라이브러리는 공급자가 사용하도록 설정된 경우 공급자에게 해당 상태 정보를 기록하도록 요청합니다. 명령을 통해 공급자 wpr -capturestateondemand 의 캡처 상태를 트리거할 수 있습니다.
Operation 특성을 지정하면 Keyword 요소를 설정하거나 컬렉션에 추가할 수 있습니다.
<EventProvider Id="sample-provider" Name="SampleProvider" NonPagedMemory="true" Level="5">
<Keywords>
<Keyword Value="0x98"/> <!-- Provider is enabled with these keywords throughout tracing session -->
</Keywords>
<CaptureStateOnDemand>
<Keyword Value="0xff4"/> <!-- Provider is enabled with these keywords when user initiates wpr -capturestateondemand command. -->
</CaptureStateOnDemand>
</EventProvider>