IDkmGPUMemoryOperation.UpdateBufferTag(DkmGPUComputeThread, UInt32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检查是否为此内核执行转发了缓冲区的标记。
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
参数
- computeThread
- DkmGPUComputeThread
中DkmGPUComputeThread 表示在 GPU 目标进程中运行的计算线程。
- inputTag
- UInt32
中C++ AMP 指针标记。
返回
弄转发的标记值。