This function frees the storage associated with a DRAGTRANSFER structure.
#define INCL_WINSTDDRAG #include <os2.h> PDRAGTRANSFER pdxfer; /* Pointer to the DRAGTRANSFER structures to be freed. */ BOOL rc; /* Return code. */ rc = DrgFreeDragtransfer(pdxfer);