IDkmGPUBreakpointBehaviorQuery.GetGPUBreakpointBehavior(DkmProcess) Method

Definition

Get the breakpoint behavior of the process.

public:
 Microsoft::VisualStudio::Debugger::GPU::DkmGPUBreakpointBehaviorFlags GetGPUBreakpointBehavior(Microsoft::VisualStudio::Debugger::DkmProcess ^ process);
public Microsoft.VisualStudio.Debugger.GPU.DkmGPUBreakpointBehaviorFlags GetGPUBreakpointBehavior (Microsoft.VisualStudio.Debugger.DkmProcess process);
abstract member GetGPUBreakpointBehavior : Microsoft.VisualStudio.Debugger.DkmProcess -> Microsoft.VisualStudio.Debugger.GPU.DkmGPUBreakpointBehaviorFlags
Public Function GetGPUBreakpointBehavior (process As DkmProcess) As DkmGPUBreakpointBehaviorFlags

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.

Returns

[Out] The breakpoint behavior of the process.

Applies to