Obtains the ordered pair that represents the native rendering mechanism and format of the dragged object.
#define INCL_WINSTDDRAG #include <os2.h> PDRAGITEM pditem; /* Pointer to the DRAGITEM structure. */ ULONG cbBuffer; /* Maximum number of bytes to copy to the buffer. */ PCHAR pBuffer; /* Pointer to the buffer in which the null-terminated string is to be returned. */ BOOL rc; /* Success indicator. */ rc = DrgQueryNativeRMF(pditem, cbBuffer, pBuffer);