Files
mql5-skills/skills/mql5/references/docs/34-standardlibrary/1492-standardlibrary-copencl-copenclgetkernel.md
T
2026-06-23 21:47:51 +08:00

287 B

GetKernel

Returns handle of the kernel object at the specified index.

int  GetKernel(
   const int  kernel_index      // index of the kernel
   );

Parameters

kernel_index

[in]  Index of the kernel object.

Return Value

Handle of the kernel object.