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

429 B

CLContextFree

Removes an OpenCL context.

void  CLContextFree(
   int  context     // Handle to an OpenCL context
   );

Parameters

context

[in]  Handle of the OpenCL context.

Return Value

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