.. highlightlang:: us .. index:: CnDestroy .. _cndestroy: CnDestroy ========= .. us.tag CnDestroy ENGLISH Cn.CreateDestroy Destroys the given container and frees any memory that the container occupied. .. function:: bool = CnDestroy(handle) .. us.return **Return Value** If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0). .. us.params **Parameters** .. uparam:: handle Identifies the container. .. seealso:: :ref:`overview-container`, :ref:`CnCreate` :sub:`id-1369211`