Extracting Rich Text data formats from win32clipboard

Michael Geary Mike at DeleteThis.Geary.com
Tue Aug 26 03:09:45 EDT 2003


> >>> clipboard_grab()
> FORMAT: 49171
> FORMAT: 16
> FORMAT: 7

7 = CF_OEMTEXT
16 = CF_LOCALE
49171 = 0xC013 = apparently OLE private data

That should help you with some searches. Basically the CF_OEMTEXT is the
only one that's going to be useful for you, unless you can figure out what
to do with the OLE private data.

-Mike






More information about the Python-list mailing list