This function frees a DRAGINFO structure allocated by DrgAllocDraginfo.
#define INCL_WINSTDDRAG #include <os2.h> PDRAGINFO pdinfo; /* Pointer to the DRAGINFO structure. */ BOOL rc; /* Success indicator. */ rc = DrgFreeDraginfo(pdinfo);