/*******************************************/ /* This function releases all the resources*/ /* of a layout object obtained by the */ /* LayoutCreateObject function. */ /*******************************************/ #define INCL_LAYOUT #include <layout.h> LAYOUT_OBJECT plh; /* Layout object handle */ APIRET RC; /* Return value */ RC = LayoutDestroyObject ( plh );