wpRender - Syntax

This instance method is called to request a drag-rendering or drop-rendering format from the object.

#define INCL_WINWORKPLACE
#include <os2.h>

WPObject        *somSelf;     /*  Pointer to the object on which the method is being invoked. */
PDRAGTRANSFER    pdxfer;      /*  Pointer to a DRAGTRANSFER structure. */
MRESULT          mresreturn;  /*  See the DM_RENDER message in the Presentation Manager Programming Reference for a description of the return value. */

mresreturn = _wpRender(somSelf, pdxfer);


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