This method is specific to Version 4, or higher, of the OS/2 operating system.
This instance method frees the data for the specified cell.
#define INCL_WINWORKPLACE #include <os2.h> WPPalette *somSelf; /* Pointer to the object on which the method is being invoked. */ PCELL pCell; /* Pointer to the cell. */ ULONG ulIndex; /* The number of the cell (0 to xCellCount * yCellCount-1). */ BOOL rc; /* Success indicator */ rc = _wpFreeCellData(somSelf, pCell, ulIndex);