wpRenderComplete - Syntax

This instance method is called to notify the object that the drag or drop rendering request is complete.

#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. */
ULONG            ulResult;    /*  Success indicator. */
MRESULT          mresreturn;  /*  Refer to the DM_RENDERCOMPLETE message in the Presentation Manager Programming Reference for a description of the return value. */

mresreturn = _wpRenderComplete(somSelf, pdxfer,
               ulResult);


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