UWP

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TYMED - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TYMED

    The TYMED enumeration values indicate the type of storage medium being used in a data transfer.

    Inheritance
    System.Object
    TYMED
    Namespace: Syncfusion.CompoundFile.XlsIO.Native
    Assembly: Syncfusion.XlsIO.UWP.dll
    Syntax
    public sealed class TYMED : Enum

    Fields

    TYMED_ENHMF

    The storage medium is an enhanced metafile. If the STGMEDIUM punkForRelease member is NULL, the destination process should use DeleteEnhMetaFile to delete the bitmap.

    Declaration
    public const TYMED TYMED_ENHMF
    Field Value
    Type Description
    TYMED

    TYMED_FILE

    The storage medium is a disk file identified by a path. If the STGMEDIUM punkForRelease member is NULL, the destination process should use OpenFile to delete the file.

    Declaration
    public const TYMED TYMED_FILE
    Field Value
    Type Description
    TYMED

    TYMED_GDI

    The storage medium is a GDI component (HBITMAP). If the STGMEDIUM punkForRelease member is NULL, the destination process should use DeleteObject to delete the bitmap.

    Declaration
    public const TYMED TYMED_GDI
    Field Value
    Type Description
    TYMED

    TYMED_HGLOBAL

    The storage medium is a global memory handle (HGLOBAL). Allocate the global handle with the GMEM_SHARE flag.

    Declaration
    public const TYMED TYMED_HGLOBAL
    Field Value
    Type Description
    TYMED

    TYMED_ISTORAGE

    The storage medium is a storage component identified by an IStorage pointer.

    Declaration
    public const TYMED TYMED_ISTORAGE
    Field Value
    Type Description
    TYMED

    TYMED_ISTREAM

    The storage medium is a stream object identified by an IStream pointer. Use ISequentialStream::Read to read the data.

    Declaration
    public const TYMED TYMED_ISTREAM
    Field Value
    Type Description
    TYMED

    TYMED_MFPICT

    The storage medium is a metafile (HMETAFILE). Use the Windows or WIN32 functions to access the metafile's data.

    Declaration
    public const TYMED TYMED_MFPICT
    Field Value
    Type Description
    TYMED

    TYMED_NULL

    No data is being passed.

    Declaration
    public const TYMED TYMED_NULL
    Field Value
    Type Description
    TYMED

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved