wpRestoreCellData - Syntax

This method is specific to version 3, or higher, of the OS/2 operating system.

This instance method restores 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 whose data is to be restored. */
ULONG          ulIndex;     /*  Cell index. */
ULONG          ulCellSize;  /*  Number of bytes to be allocated for the cell. */
BOOL           rc;          /*  Success indicator. */

rc = _wpRestoreCellData(somSelf, pCell, ulIndex,
       ulCellSize);


[Back: wpRestoreCellData]
[Next: wpRestoreCellData Parameter - somSelf]