Files
mql5-skills/skills/mql5/references/docs/29-opencl/1029-opencl-clkernelfree.md
T
2026-06-23 21:47:51 +08:00

453 B

CLKernelFree

Removes an OpenCL start function.

void  CLKernelFree(
   int  kernel     // Handle to the kernel of an OpenCL program
   );

Parameters

kernel_name

[in]  Handle of the kernel object.

Return Value

None. In the case of an internal error the value of _LastError changes. For information about the error, use the GetLastError() function.