This function verifies whether a given type is present in the list of types defined for a drag object.
#define INCL_WINSTDDRAG #include <os2.h> PDRAGITEM pDragitem; /* Pointer to the DRAGITEM structure whose hstrType is to be verified. */ PSZ pType; /* String specifying the types to search for. */ BOOL rc; /* Success indicator. */ rc = DrgVerifyType(pDragitem, pType);