Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

TRACE_GUID_REGISTRATION structure

The TRACE_GUID_REGISTRATION structure is used to register event trace classes.

Syntax


typedef struct _TRACE_GUID_REGISTRATION {
  LPCGUID Guid;
  HANDLE  RegHandle;
} TRACE_GUID_REGISTRATION;

Members

Guid

Class GUID of an event trace class that you are registering.

RegHandle

Handle to the registered event trace class. The RegisterTraceGuids function generates this value.

Use this handle when you call the CreateTraceInstanceId function and to set the RegHandle member of EVENT_INSTANCE_HEADER when calling the TraceEventInstance function.

Remarks

Be sure to initialize the memory for this structure to zero before setting any members.

Requirements

Minimum supported client

Windows 2000 Professional [desktop apps | Windows Store apps]

Minimum supported server

Windows 2000 Server [desktop apps | Windows Store apps]

Header

Evntrace.h

See also

CreateTraceInstanceId
RegisterTraceGuids

 

 

Show:
© 2017 Microsoft