Share via


IDebugComputeKernelDispatchEvent110.GetComputeKernel Method

Definition

public:
 int GetComputeKernel([Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IDebugComputeKernel110 ^ % pComputeKernel, [Runtime::InteropServices::Out] int % pbDispatch);
public int GetComputeKernel(out Microsoft.VisualStudio.Debugger.Interop.IDebugComputeKernel110 pComputeKernel, out int pbDispatch);
abstract member GetComputeKernel : IDebugComputeKernel110 * int -> int
Public Function GetComputeKernel (ByRef pComputeKernel As IDebugComputeKernel110, ByRef pbDispatch As Integer) As Integer

Parameters

pComputeKernel
IDebugComputeKernel110
pbDispatch
Int32

Returns

Applies to