IDkmComputeKernelExitNotification.OnComputeKernelExit 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在事件处理过程中,将调用 OnComputeKernelExit。 有关详细信息,请参阅接口定义。
public:
void OnComputeKernelExit(Microsoft::VisualStudio::Debugger::GPU::DkmGPUComputeKernel ^ computeKernel, int exitCode, Microsoft::VisualStudio::Debugger::DkmEventDescriptor ^ eventDescriptor);
public void OnComputeKernelExit (Microsoft.VisualStudio.Debugger.GPU.DkmGPUComputeKernel computeKernel, int exitCode, Microsoft.VisualStudio.Debugger.DkmEventDescriptor eventDescriptor);
abstract member OnComputeKernelExit : Microsoft.VisualStudio.Debugger.GPU.DkmGPUComputeKernel * int * Microsoft.VisualStudio.Debugger.DkmEventDescriptor -> unit
Public Sub OnComputeKernelExit (computeKernel As DkmGPUComputeKernel, exitCode As Integer, eventDescriptor As DkmEventDescriptor)
参数
- computeKernel
- DkmGPUComputeKernel
中DkmGPUComputeKernel 表示在目标进程中运行的 GPU 计算内核。
- exitCode
- Int32
[In] 32-计算内核在退出时返回的位值。
- eventDescriptor
- DkmEventDescriptor
中描述正在处理的事件。