usFormat (USHORT)

      DDE data format.

      This parameter can be set to one of the following values:

      DDEFMT_TEXT

        System-defined standard format for exchanging text data.
      SZFMT_BITMAP
        Specifies that the data is a bit map.
      SZFMT_CPTEXT
        Specifies text whose format is defined by a CPTEXT data structure. Applications can use this format to pass multiple-language strings without changing the conversation context.
      SZFMT_DIF
        Specifies that the data is in Data Image Format (DIF).
      SZFMT_DSPBITMAP
        Specifies that the data is a bit-map representation of a private data format.
      SZFMT_DSPMETAFILE
        Specifies that the data is a metafile representation of a private data format.
      SZFMT_DSPMETAFILEPICT
        Specifies that the data is a metafile picture representation of a private data format.
      SZFMT_DSPTEXT
        Specifies that the data is a text representation of a private data format.
      SZFMT_LINK
        Specifies that the data is in link-file format.
      SZFMT_METAFILE
        Specifies that the data is a metafile.
      SZFMT_METAFILEPICT
        Specifies that the data is a metafile picture defined by an MFP data structure.
      SZFMT_OEMTEXT
        Specifies that the data is in OEM Text format.
      SZFMT_PALETTE
        Specifies that the data is in palette format.
      SZFMT_SYLK
        Specifies that the data is in Synchronous Link format.
      SZFMT_TEXT
        Specifies that the data is an array of text characters. These characters can include new-line characters to indicate linebreaks. The zero-length character indicates the end of the text data.
      SZFMT_TIFF
        Specifies that the data is in Tag Image File Format (TIFF).


      [Back] [Next]