IDkmGPUMemoryOperation.ValidateAddress(DkmGPUComputeThread, UInt64) Method

Definition

Validate the specified GPU memory address.

public:
 bool ValidateAddress(Microsoft::VisualStudio::Debugger::GPU::DkmGPUComputeThread ^ computeThread, System::UInt64 address);
public bool ValidateAddress (Microsoft.VisualStudio.Debugger.GPU.DkmGPUComputeThread computeThread, ulong address);
abstract member ValidateAddress : Microsoft.VisualStudio.Debugger.GPU.DkmGPUComputeThread * uint64 -> bool
Public Function ValidateAddress (computeThread As DkmGPUComputeThread, address As ULong) As Boolean

Parameters

computeThread
DkmGPUComputeThread

[In] DkmGPUComputeThread represents a compute thread running in the GPU target process.

address
UInt64

[In] The address to validate.

Returns

[Out] True if the specified address is a valid GPU memory address, false otherwise.

Applies to