This function obtains a pointer to the current DRAGINFO structure.
#define INCL_WINSTDDRAG #include <os2.h> PDRAGINFO pRsvd; /* Reserved value, must be NULL. */ PDRAGINFO pDragInfo; /* Pointer to the current DRAGINFO structure. */ pDragInfo = DrgQueryDraginfoPtr(pRsvd);