Windows.Win32.System.Com.TYMED
enum TYMED
Indicates the type of storage medium being used in a data transfer. They are used in the STGMEDIUM or FORMATETC structures.
namespace Windows.Win32.System.Com
{
internal enum TYMED
{
TYMED_HGLOBAL = 1,
TYMED_FILE = 2,
TYMED_ISTREAM = 4,
TYMED_ISTORAGE = 8,
TYMED_GDI = 16,
TYMED_MFPICT = 32,
TYMED_ENHMF = 64,
TYMED_NULL = 0
}
}