IDkmNativeDebuggingEnableNotification.OnNativeDebuggingEnabledChanged Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called when 'IsNativeDebuggingEnabled' is changed.
public:
void OnNativeDebuggingEnabledChanged(Microsoft::VisualStudio::Debugger::DkmProcess ^ process);
public void OnNativeDebuggingEnabledChanged (Microsoft.VisualStudio.Debugger.DkmProcess process);
abstract member OnNativeDebuggingEnabledChanged : Microsoft.VisualStudio.Debugger.DkmProcess -> unit
Public Sub OnNativeDebuggingEnabledChanged (process As DkmProcess)
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.