DkmProcess.SetGPUMemoryAccessWarning(Int32, Boolean) 方法

定义

启用/禁用特定的 GPU 内存访问警告。

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)

参数

WarningCode
Int32

中要设置的警告代码。

Enable
Boolean

中若要设置警告,则为 True,否则为 false。

适用于