DkmProcess.SetGPUMemoryAccessWarning(Int32, Boolean) Method

Definition

Enables / disables a particular GPU memory access warning.

public:
 void SetGPUMemoryAccessWarning(int WarningCode, bool Enable);
public:
 void SetGPUMemoryAccessWarning(int WarningCode, bool Enable);
void SetGPUMemoryAccessWarning(int WarningCode, bool Enable);
public void SetGPUMemoryAccessWarning (int WarningCode, bool Enable);
member this.SetGPUMemoryAccessWarning : int * bool -> unit
Public Sub SetGPUMemoryAccessWarning (WarningCode As Integer, Enable As Boolean)

Parameters

WarningCode
Int32

[In] Warning code to set.

Enable
Boolean

[In] True to set the warning, false to clear it.

Applies to