hstrRMF (HSTR)

      String handle of the rendering mechanism and format.

      The string handle must be created using the DrgAddStrHandle function. The string is of the form:

      mechfmt[,mechfmt...]
      
      
      where mechfmt can be in either of the following formats:

      • <mechanism(1),format(1)>
      • mechanism(1)[, mechanism(n)...]), (format(1)[,format(n)...])
      The first mechanism/format pair must be the native rendering mechanism and format of the object.

      Valid mechanisms are:

    • DRM_DDE"
        Dynamic data exchange
      "DRM_OBJECT"
        Item being dragged is a Workplace Shell object
      "DRM_OS2FILE"
        OS/2 file
      "DRM_PRINT"
        Object can be printed using direct manipulation.
      Valid formats are:

    • DRF_BITMAP"
        OS/2 bit map
      "DRF_DIB"
        DIB
      "DRF_DIF"
        DIF
      "DRF_DSPBITMAP"
        Stream of bit-map bits
      "DRF_METAFILE"
        Metafile
      "DRF_OEMTEXT"
        OEM text
      "DRF_OWNERDISPLAY"
        Bit stream
      "DRF_PTRPICT"
        Printer picture
      "DRF_RTF"
        Rich text
      "DRF_SYLK"
        SYLK
      "DRF_TEXT"
        Null-terminated string
      "DRF_TIFF"
        TIFF
      "DRF_UNKNOWN"
        Unknown format.


      [Back] [Next]