IDkmGPUMemoryOperation.UpdateBufferTag(DkmGPUComputeThread, UInt32) Method

Definition

Checks if a tag for a buffer has been forwarded for this kernel execution.

public:
 System::UInt32 UpdateBufferTag(Microsoft::VisualStudio::Debugger::GPU::DkmGPUComputeThread ^ computeThread, System::UInt32 inputTag);
public uint UpdateBufferTag (Microsoft.VisualStudio.Debugger.GPU.DkmGPUComputeThread computeThread, uint inputTag);
abstract member UpdateBufferTag : Microsoft.VisualStudio.Debugger.GPU.DkmGPUComputeThread * uint32 -> uint32
Public Function UpdateBufferTag (computeThread As DkmGPUComputeThread, inputTag As UInteger) As UInteger

Parameters

computeThread
DkmGPUComputeThread

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

inputTag
UInt32

[In] The C++ AMP pointer tag.

Returns

[Out] The forwarded tag value.

Applies to