.NET Event Tracing Class Library  

EventTraceProviderGuidType Enumeration

Describes the type of registered GUID. Event tracing providers register the event types they support together with a unique indentifier that can be used to control the provider's functions.

[Visual Basic]
Public Enum EventTraceProviderGuidType
[C#]
public enum EventTraceProviderGuidType
[C++]
__value public enum EventTraceProviderGuidType

Members

Member name Description
GuidControl The GUID represents a provider (also known as the control GUID becuase a provider usually has one control callback function).
GuidEvent The GUID represents an event. This information is currently not provided by the event tracing API, EnumerateTraceGuids.

Requirements

Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Assembly: WmiSolutions.EventTracing.dll

 

See Also

EventTraceSessionCollection Members | EventTraceSessionCollection Class | EventTraceSession Members | EventTraceSession Class | EventTraceRegisteredProvider Members | EventTraceRegisteredProvider Class | EventTraceProviderCollection Members | EventTraceProviderCollection Class | EventTraceProvider Members | EventTraceProvider Class | EventTraceKernelSession Members | EventTraceKernelSession Class

Contact Me   |  Developing WMI Solutions    |   Gwyn Cole's Developer Blog    |   Legal
 © 2003 Content by Gwyn Cole. All rights reserved.