This function determines if the true type of a dragged object matches an application-supplied type string.
#define INCL_WINSTDDRAG #include <os2.h> PDRAGITEM pDragitem; /* Pointer to the DRAGITEM structure whose true type is to be verified. */ PSZ pType; /* String specifying a type. */ BOOL rc; /* Validity indicator. */ rc = DrgVerifyTrueType(pDragitem, pType);