This function deletes a string handle.
#define INCL_WINSTDDRAG #include <os2.h> HSTR hstr; /* The string handle to delete. */ BOOL rc; /* Success indicator. */ rc = DrgDeleteStrHandle(hstr);