DkmProcess.SetGPUMemoryAccessWarning(Int32, Boolean) 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.
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.