IDkmGPUMemoryOperation.ValidateAddress(DkmGPUComputeThread, UInt64) 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.
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.