DrgDeleteDraginfoStrHandles - Syntax

This function deletes each unique string handle in a DRAGINFO structure.

#define INCL_WINSTDDRAG
#include <os2.h>

PDRAGINFO    pDraginfo;  /*  Pointer to the DRAGINFO structure that contains string handles to delete. */
BOOL         rc;         /*  Success indicator. */

rc = DrgDeleteDraginfoStrHandles(pDraginfo);


[Back: DrgDeleteDraginfoStrHandles]
[Next: DrgDeleteDraginfoStrHandles Parameter - pDraginfo]