Determines if the native rendering mechanism and format of an object match any supplied by the application.
#define INCL_WINSTDDRAG #include <os2.h> PDRAGITEM pDragitem; /* Pointer to the DRAGITEM structure. whose native rendering mechanism and format are to be verified. */ PSZ pRMF; /* A string specifying the rendering mechanism and format. */ BOOL rc; /* Validity indicator. */ rc = DrgVerifyNativeRMF(pDragitem, pRMF);