IDkmEntryPointReceived.OnEntryPointReceived Method

Definition

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

C++
public:
 void OnEntryPointReceived(Microsoft::VisualStudio::Debugger::DkmProcess ^ process, Microsoft::VisualStudio::Debugger::DkmThread ^ thread, Microsoft::VisualStudio::Debugger::DkmEventDescriptor ^ eventDescriptor);

Parameters

process
DkmProcess

[In] DkmProcess represents a target process which is being debugged. The debugger debugs processes, so this is the basic unit of debugging. A DkmProcess can represent a system process or a virtual process such as minidumps.

thread
DkmThread

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

eventDescriptor
DkmEventDescriptor

[In] Describes the event being processed.

Applies to

Proizvod Verzije
Visual Studio SDK 2015, 2017, 2019, 2022