DkmProcess.OnHiddenEntryPoint(DkmThread) Method

Definition

Raise a HiddenEntryPoint event. Components which implement the event sink interface will receive the event notification. This method will enqueue the event and control will immediately return to the caller.

This API was introduced in Visual Studio 14 RTM (DkmApiVersion.VS14RTM).

public:
 void OnHiddenEntryPoint(Microsoft::VisualStudio::Debugger::DkmThread ^ Thread);
public void OnHiddenEntryPoint (Microsoft.VisualStudio.Debugger.DkmThread Thread);
member this.OnHiddenEntryPoint : Microsoft.VisualStudio.Debugger.DkmThread -> unit
Public Sub OnHiddenEntryPoint (Thread As DkmThread)

Parameters

Thread
DkmThread

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

Applies to