wpSaveCellData - Syntax

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

This instance method saves 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 saved. */
ULONG          ulIndex;  /*  Cell index. */
BOOL           rc;       /*  Success indicator. */

rc = _wpSaveCellData(somSelf, pCell, ulIndex);


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