+ Description |
+
+
+
+
+ VT_CF |
+
+
+ Variant Type - Clipbard Format |
+
+
+ VT_CF==17 |
+
+
+ Pointer to a CLIPDATA structure |
+
+
+ |
+
+
+
+ Clipboard Size |
+
+
+ cbSize is the size of the buffer pointed to by pClipData, plus sizeof(ulClipFmt) |
+
+
+ cbSize |
+
+
+ |
+
+
+
+
+ cftag |
+
+
+ Clipboard Format Tag |
+
+
+
+
+ - -1L a built-in Windows® clipboard format value.
+ - -2L Macintosh clipboard format value.
+ - -3L A GUID containing a format identifier (FMTID).
+ - 0L No data (rarely used)
+
+ |
+
+
+ |
+
+
+
+
+ Format ID |
+
+
+ If cftag is -1 then this is a DWord descibring the image format |
+
+
+
+
+ - 3 CF_METAFILEPICT (Windows Metafile) (recommended)
+ - 8 CF_DIB (Device Independent Bitmap)
+
+ |
+
+
+
+ Note: These formats are specific to Clipboard, and
+ Clipboard-specific headers will follow
+ |
+
+
+ |
+
+
+
+
+ mm |
+
+
+ Mapping Mode |
+
+
+
+
+
+ Value |
+ Mapping Mode |
+
+
+ 1 |
+ Text |
+
+
+ 2 |
+ Low Metric |
+
+
+ 3 |
+ High Metric |
+
+
+ 4 |
+ Low English |
+
+
+ 5 |
+ High English |
+
+
+ 6 |
+ Twips |
+
+
+ 7 |
+ Isotropic |
+
+
+ 8 |
+ Anisotropic |
+
+
+ |
+
+
+
+ Table from GFF Format Summary
+
+ http://www.wvware.com/caolan/ora-wmf.html
+
+ |
+
+
+ |
+
+
+
+
+ Width |
+
+
+ Width of the Metafile |
+
+
+ |
+
+
+
+ Height |
+
+
+ Height of the Metafile |
+
+
+ |
+
+
+
+ Handle |
+
+
+ Handle to the Metafile in Memory |
+
+
+ |
+
+
+
+
+ FileType |
+
+
+
+
+ |
+
+
+ |
+
+
+
+
+ HeaderSize |
+
+
+
+ HeaderSize contains the size of the metafile header in 16-bit WORDs.
+ This value is always 9.
+ |
+
+
+ |
+
+
+