wpFormatDragItem - Syntax

This instance method is called to allow the object to format its drag information when the user starts to drag it.

#define INCL_WINWORKPLACE
#include <os2.h>

WPObject     *somSelf;   /*  Pointer to the object on which the method is being invoked. */
PDRAGITEM     pdrgItem;  /*  Address of the drag item. */
BOOL          rc;        /*  Success indicator. */

rc = _wpFormatDragItem(somSelf, pdrgItem);


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