This function sets the pointer to be used while over the current target.
#define INCL_WINSTDDRAG #include <os2.h> PDRAGINFO pdinfo; /* Pointer to the DRAGINFO structure to be used for this drag. */ HPOINTER hptr; /* Handle to the pointer to use. */ BOOL rc; /* Success indicator. */ rc = DrgSetDragPointer(pdinfo, hptr);