wpEditCell - Syntax

This instance method is called to edit a value in a 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 structure to be edited. */
HWND           hwndPal;  /*  Palette window handle. */
BOOL           rc;       /*  Success indicator. */

rc = _wpEditCell(somSelf, pCell, hwndPal);


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