IDkmGPUSetMemoryAccessWarningOperation Interface
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.
IDkmGPUSetMemoryAccessWarningOperation is used to configure GPU memory access warnings on the debugged GPU device. It is implemented by base debug monitors which support reporting GPU Memory Access Exceptions.
Implementations of this interface may restrict when they are called using a filter defined in their component configuration. The following properties may be used: BaseDebugMonitorId, EngineId, TransportKind.
public interface class IDkmGPUSetMemoryAccessWarningOperation
public interface class IDkmGPUSetMemoryAccessWarningOperation
__interface IDkmGPUSetMemoryAccessWarningOperation
public interface IDkmGPUSetMemoryAccessWarningOperation
type IDkmGPUSetMemoryAccessWarningOperation = interface
Public Interface IDkmGPUSetMemoryAccessWarningOperation
Methods
ClearAllGPUMemoryAccessWarnings(DkmProcess) |
Disables all active GPU memory access warnings. |
SetGPUMemoryAccessWarning(DkmProcess, Int32, Boolean) |
Enables / disables a particular GPU memory access warning. |