TYMED Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides the managed definition of the TYMED
structure.
This enumeration supports a bitwise combination of its member values.
public enum class TYMED
[System.Flags]
public enum TYMED
[<System.Flags>]
type TYMED =
Public Enum TYMED
- Inheritance
- Attributes
Fields
Name | Value | Description |
---|---|---|
TYMED_NULL | 0 | No data is being passed. |
TYMED_HGLOBAL | 1 | The storage medium is a global memory handle (HGLOBAL). Allocate the global handle with the GMEM_SHARE flag. If the STGMEDIUMpUnkForRelease member is |
TYMED_FILE | 2 | The storage medium is a disk file identified by a path. If the |
TYMED_ISTREAM | 4 | The storage medium is a stream object identified by an |
TYMED_ISTORAGE | 8 | The storage medium is a storage component identified by an |
TYMED_GDI | 16 | The storage medium is a Graphics Device Interface (GDI) component (HBITMAP). If the STGMEDIUMpUnkForRelease member is |
TYMED_MFPICT | 32 | The storage medium is a metafile (HMETAFILE). Use the Windows or WIN32 functions to access the metafile's data. If the STGMEDIUMpUnkForRelease member is |
TYMED_ENHMF | 64 | The storage medium is an enhanced metafile. If the STGMEDIUMpUnkForRelease member is |
Remarks
For more information, see TYMED enumeration.
The common language runtime throws an exception when a COM method in native code returns an HRESULT. For more information, see How to: Map HRESULTs and Exceptions.