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

294 B

GetKernelName

Returns name of the kernel object at the specified index.

string  GetKernelName(
   const int  kernel_index      // index of the kernel
   );

Parameters

kernel_index

[in]  Index of the kernel object.

Return Value

Name of the kernel object.