A STGMEDIUM object represents a COM STGMEDIUM structure.
tymed | Result Type |
TYMED_GDI | An integer GDI handle |
TYMED_MFPICT | An integer METAFILE handle |
TYMED_ENHMF | An integer ENHMETAFILE handle |
TYMED_HGLOBAL | A string with the bytes of the global memory object. |
TYMED_FILE | A string/unicode filename |
TYMED_ISTREAM | A PyIStream object |
TYMED_ISTORAGE | A PyIStorage object |