INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "EOLE_FORMATETC", "The FORMATETC structure is a generalized Clipboard format.", "It is enhanced to encompass a target device, the aspect or", "view of the data, and a storage medium indicator. Where one", "might expect to find a Clipboard format, OLE uses a FORMATETC", "data structure instead. This structure is used as a parameter", "in OLE functions and methods that require data format", "information."
project: "Visual Eiffel Library"
revision: "$Revision: 1.2 $"
copyright: "Copyright (C) 1996-2005 Object Tools Group"
license: "http://visual-eiffel.com/license"
cluster: wine
class EOLE_FORMATETC
inherit

EOLE_OBJECT_WITH_POINTER
end
creation

make
feature

make

allocate: POINTER

set_clipboard_format (fmt: INTEGER)

set_target_device (ptd: POINTER)

set_aspect (aspect: INTEGER)

set_index (index: INTEGER)

set_tymed (tymed: INTEGER)

get_clipboard_format: INTEGER

get_target_device: POINTER

get_aspect: INTEGER

get_index: INTEGER

get_tymed: INTEGER
end -- class EOLE_FORMATETC

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES