IDkmThreadNameChangeNotification.OnThreadNameChange Method

Definition

OnThreadNameChange is invoked as part of event processing. See interface definition for more information.

public:
 void OnThreadNameChange(Microsoft::VisualStudio::Debugger::DkmThread ^ thread, Microsoft::VisualStudio::Debugger::DkmWorkList ^ workList, Microsoft::VisualStudio::Debugger::DkmEventDescriptor ^ eventDescriptor);
public void OnThreadNameChange (Microsoft.VisualStudio.Debugger.DkmThread thread, Microsoft.VisualStudio.Debugger.DkmWorkList workList, Microsoft.VisualStudio.Debugger.DkmEventDescriptor eventDescriptor);
abstract member OnThreadNameChange : Microsoft.VisualStudio.Debugger.DkmThread * Microsoft.VisualStudio.Debugger.DkmWorkList * Microsoft.VisualStudio.Debugger.DkmEventDescriptor -> unit
Public Sub OnThreadNameChange (thread As DkmThread, workList As DkmWorkList, eventDescriptor As DkmEventDescriptor)

Parameters

thread
DkmThread

[In] DkmThread represents a thread running in the target process.

workList
DkmWorkList

WorkList to append additional event processing work to. This work list will begin execution after all listeners have been notifiied. The event will not finish until after the work list fully executes.

eventDescriptor
DkmEventDescriptor

[In] Describes the event being processed.

Applies to