Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines where the trace events are delivered.
Syntax
typedef enum __MIDL___MIDL_itf_pla_0001_0043_0006 {
plaFile = 0x1,
plaRealTime = 0x2,
plaBoth = 0x3,
plaBuffering = 0x4
} StreamMode;
Constants
plaFile Value: 0x1 Write the trace events to a log file. |
plaRealTime Value: 0x2 Deliver the trace events to a real time consumer. |
plaBoth Value: 0x3 Write the trace events to a log file and deliver them to a real-time consumer. |
plaBuffering Value: 0x4 For details, see the EVENT_TRACE_BUFFERING_MODE logging mode in Event Tracing for Windows. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | pla.h |