Medium Property
Object List Next Object
Defined By: XferData
Description:
The media on which the exchange format at Index is available.
Settings:
Settings Description
XferDataConstants.TYMED_NULL=0 No media
XferDataConstants.TYMED_HGLOBAL=1 A Global Handle, usually global memory
XferDataConstants.TYMED_FILE=2 A file
XferDataConstants.TYMED_ISTREAM=4 An OLE2 IStream
XferDataConstants.TYMED_ISTORAGE A OLE2 IStorage
XferDataConstants.TYMED_GDI A GDI Handle such as Bitmap, Palette, etc.
XferDataConstants.TYMED_MFPICT A windows Metafile pict
XferDataConstants.TYMED_ENHMF A windows NT-enhanced metafile
Details:
The type of media on which the indexed format is available. It may be a single
media or a combination of several of the listed values.
Data Type: Long (Read Only)