ReactOS 0.4.15-dev-7842-g558ab78
olestd.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define CF_EMBEDSOURCE   "Embed Source"
 
#define CF_EMBEDDEDOBJECT   "Embedded Object"
 
#define CF_LINKSOURCE   "Link Source"
 
#define CF_CUSTOMLINKSOURCE   "Custom Link Source"
 
#define CF_OBJECTDESCRIPTOR   "Object Descriptor"
 
#define CF_LINKSRCDESCRIPTOR   "Link Source Descriptor"
 
#define CF_OWNERLINK   "OwnerLink"
 
#define CF_FILENAME   "FileName"
 
#define OleStdQueryOleObjectData(lpformatetc)
 
#define OleStdQueryLinkSourceData(lpformatetc)
 
#define OleStdQueryObjectDescriptorData(lpformatetc)
 
#define OleStdQueryFormatMedium(lpformatetc, tymd)
 
#define OleStdCopyMetafilePict(hpictin, phpictout)    (*(phpictout) = OleDuplicateData(hpictin,CF_METAFILEPICT,GHND|GMEM_SHARE))
 
#define CURSOR_NODROP   1
 
#define CURSOR_MOVE   2
 
#define CURSOR_COPY   3
 
#define CURSOR_LINK   4
 

Macro Definition Documentation

◆ CF_CUSTOMLINKSOURCE

#define CF_CUSTOMLINKSOURCE   "Custom Link Source"

Definition at line 26 of file olestd.h.

◆ CF_EMBEDDEDOBJECT

#define CF_EMBEDDEDOBJECT   "Embedded Object"

Definition at line 24 of file olestd.h.

◆ CF_EMBEDSOURCE

#define CF_EMBEDSOURCE   "Embed Source"

Definition at line 23 of file olestd.h.

◆ CF_FILENAME

#define CF_FILENAME   "FileName"

Definition at line 30 of file olestd.h.

◆ CF_LINKSOURCE

#define CF_LINKSOURCE   "Link Source"

Definition at line 25 of file olestd.h.

◆ CF_LINKSRCDESCRIPTOR

#define CF_LINKSRCDESCRIPTOR   "Link Source Descriptor"

Definition at line 28 of file olestd.h.

◆ CF_OBJECTDESCRIPTOR

#define CF_OBJECTDESCRIPTOR   "Object Descriptor"

Definition at line 27 of file olestd.h.

◆ CF_OWNERLINK

#define CF_OWNERLINK   "OwnerLink"

Definition at line 29 of file olestd.h.

◆ CURSOR_COPY

#define CURSOR_COPY   3

Definition at line 54 of file olestd.h.

◆ CURSOR_LINK

#define CURSOR_LINK   4

Definition at line 55 of file olestd.h.

◆ CURSOR_MOVE

#define CURSOR_MOVE   2

Definition at line 53 of file olestd.h.

◆ CURSOR_NODROP

#define CURSOR_NODROP   1

Definition at line 52 of file olestd.h.

◆ OleStdCopyMetafilePict

#define OleStdCopyMetafilePict (   hpictin,
  phpictout 
)     (*(phpictout) = OleDuplicateData(hpictin,CF_METAFILEPICT,GHND|GMEM_SHARE))

Definition at line 49 of file olestd.h.

◆ OleStdQueryFormatMedium

#define OleStdQueryFormatMedium (   lpformatetc,
  tymd 
)
Value:
(((lpformatetc)->tymed & tymd) ? \
static DWORD tymed
Definition: url.c:174
#define NOERROR
Definition: winerror.h:2354
#define ResultFromScode(sc)
Definition: winerror.h:100
#define DV_E_FORMATETC
Definition: winerror.h:2633

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.