This function gives a process access to a DRAGINFO structure.
#define INCL_WINSTDDRAG #include <os2.h> PDRAGINFO pdinfo; /* Pointer to the DRAGINFO structure. */ HWND hwndDest; /* Handle of the window whose process is to be given access to a DRAGINFO structure. */ BOOL rc; /* Success indicator. */ rc = DrgPushDraginfo(pdinfo, hwndDest);