Go to the source code of this file.
◆ CF_CUSTOMLINKSOURCE
◆ CF_EMBEDDEDOBJECT
#define CF_EMBEDDEDOBJECT "Embedded Object" |
◆ CF_EMBEDSOURCE
#define CF_EMBEDSOURCE "Embed Source" |
◆ CF_FILENAME
#define CF_FILENAME "FileName" |
◆ CF_LINKSOURCE
#define CF_LINKSOURCE "Link Source" |
◆ CF_LINKSRCDESCRIPTOR
◆ CF_OBJECTDESCRIPTOR
#define CF_OBJECTDESCRIPTOR "Object Descriptor" |
◆ CF_OWNERLINK
#define CF_OWNERLINK "OwnerLink" |
◆ CURSOR_COPY
◆ CURSOR_LINK
◆ CURSOR_MOVE
◆ CURSOR_NODROP
◆ OleStdCopyMetafilePict
◆ OleStdQueryFormatMedium
#define OleStdQueryFormatMedium |
( |
|
lpformatetc, |
|
|
|
tymd |
|
) |
| |
Value: (((lpformatetc)->
tymed & tymd) ? \
#define ResultFromScode(sc)
Definition at line 44 of file olestd.h.
◆ OleStdQueryLinkSourceData
#define OleStdQueryLinkSourceData |
( |
|
lpformatetc | ) |
|
Value: (((lpformatetc)->
tymed & TYMED_ISTREAM) ? \
Definition at line 36 of file olestd.h.
◆ OleStdQueryObjectDescriptorData
#define OleStdQueryObjectDescriptorData |
( |
|
lpformatetc | ) |
|
Value: (((lpformatetc)->
tymed & TYMED_HGLOBAL) ? \
Definition at line 40 of file olestd.h.
◆ OleStdQueryOleObjectData
#define OleStdQueryOleObjectData |
( |
|
lpformatetc | ) |
|
Value: (((lpformatetc)->
tymed & TYMED_ISTORAGE) ? \
Definition at line 32 of file olestd.h.