IDkmGPUSetMemoryAccessWarningOperation.SetGPUMemoryAccessWarning Yöntem

Tanım

Belirli bir GPU bellek erişimi uyarısını etkinleştirilir/devre dışı bırakır.

public:
 void SetGPUMemoryAccessWarning(Microsoft::VisualStudio::Debugger::DkmProcess ^ process, int warningCode, bool enable);
public void SetGPUMemoryAccessWarning (Microsoft.VisualStudio.Debugger.DkmProcess process, int warningCode, bool enable);
abstract member SetGPUMemoryAccessWarning : Microsoft.VisualStudio.Debugger.DkmProcess * int * bool -> unit
Public Sub SetGPUMemoryAccessWarning (process As DkmProcess, warningCode As Integer, enable As Boolean)

Parametreler

process
DkmProcess

'Ndaki DkmProcess, ayıklanmakta olan bir hedef işlemi temsil eder. Hata ayıklayıcı, hata ayıklama, bu nedenle temel hata ayıklama birimidir. DkmProcess, bir sistem işlemini veya mini dökümler gibi bir sanal işlemi temsil edebilir.

warningCode
Int32

'Ndaki Ayarlanacak uyarı kodu.

enable
Boolean

'Ndaki Uyarıyı ayarlamak için true, silmek için false.

Şunlara uygulanır