.. highlightlang:: us .. index:: HatchDestroy .. _hatchdestroy: HatchDestroy ============ .. us.tag HatchDestroy ENGLISH HATCH_Create :ref:`HatchDestroy` destroys the given hatch object and frees any memory the object occupied. .. function:: bool = HatchDestroy(hHatch) .. us.return **Return Value** If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0). .. us.params **Parameters** .. uparam:: hHatch Identifies the hatch object. .. seealso:: :ref:`overview-hatch`, :ref:`HatchCreate` :sub:`id-680424`