2000-02-17 20:38:33 +01:00
|
|
|
#ifndef _OLECTLID_H
|
|
|
|
#define _OLECTLID_H
|
* include/accctrl.h, aclapi.h, basetsd.h, basetyps.h, cderr.h,
cguid.h, commctrl.h, commdlg.h, cpl.h, cplext.h, custcntl.h,
dbt.h, dde.h, ddeml.h, dlgs.h, excpt.h, httpext.h, imagehlp.h,
imm.h, initguid.h, intshcut.h, ipexport.h, iphlpapi.h,
ipifcons.h, iprtrmib.h, iptypes.h, isguids.h, largeint.h, lm.h,
lmaccess.h, lmalert.h, lmapibuf.h, lmat.h, lmaudit.h,
lmbrowsr.h, lmchdev.h, lmconfig.h, lmcons.h, lmerr.h,
lmerrlog.h, lmmsg.h, lmremutl.h, lmrepl.h, lmserver.h,
lmshare.h, lmsname.h, lmstats.h, lmsvc.h, lmuse.h, lmuseflg.h,
lmwksta.h, lzexpand.h, mapi.h, mciavi.h, mcx.h, mmsystem.h,
mswsock.h, nb30.h, nddeapi.h, nspapi.h, ntdef.h, ntsecapi.h,
ntsecpkg.h, oaidl.h, objbase.h, objfwd.h, objidl.h, odbcinst.h,
ole.h, ole2.h, ole2ver.h, oleauto.h, olectl.h, olectlid.h,
oledlg.h, oleidl.h, pbt.h, prsht.h, psapi.h, rapi.h, ras.h,
raserror.h, rassapi.h, regstr.h, richedit.h, richole.h, rpc.h,
rpcdce.h, rpcdce2.h, rpcdcep.h, rpcndr.h, rpcnsi.h, rpcnsip.h,
rpcnterr.h, rpcproxy.h, schannel.h, schnlsp.h, scrnsave.h,
security.h, setupapi.h, shellapi.h, shlguid.h, shlobj.h, sql.h,
sqlext.h, sqltypes.h, sqlucode.h, sspi.h, subauth.h,
tlhelp32.h, unknwn.h, userenv.h, w32api.h, winbase.h, wincon.h,
wincrypt.h, windef.h, windows.h, windowsx.h, winerror.h,
wingdi.h, wininet.h, winioctl.h, winnetwk.h, winnls.h, winnt.h,
winperf.h, winreg.h, winresrc.h, winsock.h, winsock2.h,
winspool.h, winsvc.h, winuser.h, winver.h, ws2tcpip.h,
wsnetbs.h, wtypes.h, zmouse.h: Add #pragma GCC system_header
if __GNUC__ >= 3.
* include/mapi.h: Change header guard name to _MAPI_H for
consistency.
2002-03-09 10:04:10 +01:00
|
|
|
#if __GNUC__ >=3
|
|
|
|
#pragma GCC system_header
|
|
|
|
#endif
|
|
|
|
|
2000-02-17 20:38:33 +01:00
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C" {
|
|
|
|
#endif
|
|
|
|
|
|
|
|
extern const GUID IID_IDispatch;
|
|
|
|
extern const GUID IID_IPropertyNotifySink;
|
|
|
|
extern const GUID IID_IClassFactory2;
|
|
|
|
extern const GUID IID_IProvideClassInfo;
|
|
|
|
extern const GUID IID_IProvideClassInfo2;
|
|
|
|
extern const GUID IID_IConnectionPointContainer;
|
|
|
|
extern const GUID IID_IEnumConnectionPoints;
|
|
|
|
extern const GUID IID_IConnectionPoint;
|
|
|
|
extern const GUID IID_IEnumConnections;
|
|
|
|
extern const GUID IID_IOleControl;
|
|
|
|
extern const GUID IID_IOleControlSite;
|
|
|
|
extern const GUID IID_ISimpleFrameSite;
|
|
|
|
extern const GUID IID_IPersistStreamInit;
|
|
|
|
extern const GUID IID_IPersistMemory;
|
|
|
|
extern const GUID IID_IPersistPropertyBag;
|
|
|
|
extern const GUID IID_IPropertyBag;
|
|
|
|
extern const GUID IID_IErrorLog;
|
|
|
|
extern const GUID IID_IPropertyFrame;
|
|
|
|
extern const GUID IID_ISpecifyPropertyPages;
|
|
|
|
extern const GUID IID_IPerPropertyBrowsing;
|
|
|
|
extern const GUID IID_IPropertyPageSite;
|
|
|
|
extern const GUID IID_IPropertyPage;
|
|
|
|
extern const GUID IID_IPropertyPage2;
|
|
|
|
extern const GUID CLSID_CFontPropPage;
|
|
|
|
extern const GUID CLSID_CColorPropPage;
|
|
|
|
extern const GUID CLSID_CPicturePropPage;
|
|
|
|
extern const GUID CLSID_PersistPropset;
|
|
|
|
extern const GUID CLSID_ConvertVBX;
|
|
|
|
extern const GUID CLSID_StdFont;
|
|
|
|
extern const GUID CLSID_StdPicture;
|
|
|
|
extern const GUID IID_IFont;
|
|
|
|
extern const GUID IID_IFontDisp;
|
|
|
|
extern const GUID IID_IPicture;
|
|
|
|
extern const GUID IID_IPictureDisp;
|
|
|
|
extern const GUID GUID_HIMETRIC;
|
|
|
|
extern const GUID GUID_COLOR;
|
|
|
|
extern const GUID GUID_XPOSPIXEL;
|
|
|
|
extern const GUID GUID_YPOSPIXEL;
|
|
|
|
extern const GUID GUID_XSIZEPIXEL;
|
|
|
|
extern const GUID GUID_YSIZEPIXEL;
|
|
|
|
extern const GUID GUID_XPOS;
|
|
|
|
extern const GUID GUID_YPOS;
|
|
|
|
extern const GUID GUID_XSIZE;
|
|
|
|
extern const GUID GUID_YSIZE;
|
|
|
|
extern const GUID GUID_TRISTATE;
|
|
|
|
extern const GUID GUID_OPTIONVALUEEXCLUSIVE;
|
|
|
|
extern const GUID GUID_CHECKVALUEEXCLUSIVE;
|
|
|
|
extern const GUID GUID_FONTNAME;
|
|
|
|
extern const GUID GUID_FONTSIZE;
|
|
|
|
extern const GUID GUID_FONTBOLD;
|
|
|
|
extern const GUID GUID_FONTITALIC;
|
|
|
|
extern const GUID GUID_FONTUNDERSCORE;
|
|
|
|
extern const GUID GUID_FONTSTRIKETHROUGH;
|
|
|
|
extern const GUID GUID_HANDLE;
|
|
|
|
extern const GUID IID_IEnumUnknown;
|
|
|
|
extern const GUID IID_IEnumString;
|
|
|
|
extern const GUID IID_IEnumMoniker;
|
|
|
|
extern const GUID IID_IEnumFORMATETC;
|
|
|
|
extern const GUID IID_IEnumOLEVERB;
|
|
|
|
extern const GUID IID_IEnumSTATDATA;
|
2002-07-26 Mattia Barbon <mbarbon@dsi.unive.it>
* include/exdisp.h: New file.
* include/exdispid.h: New file.
* include/mshtml.h: New file.
* lib/test.c: #include exdisp.h and mshtml.h
* lib/uuid.c (CLSID_WebBrowser, DIID_DWebBrowserEvents,
DIID_DWebBrowserEvents2, IID_IHTMLDocument, IID_IHTMLDocument2,
IID_IHTMLElement, IID_IHTMLSelectionObject, IID_IHTMLTxtRange,
IID_IWebBrowser, IID_IWebBrowser2, IID_IWebBrowserApp):
New GUIDs.
* include/docobj.h: New file.
* include/idispids.h: New file.
* include/objidl.h (IID_IMoniker): Declare.
* include/ocidl.h (READYSTATE): New enum.
(IOleInPlaceSiteEx): New interface.
* include/olectlid.h (IID_IEnumSTATSTG): New interface
identifier.
* include/oleidl.h (IOleItemContainer, IOleInPlaceObject,
IOleInPlaceSite): New interfaces.
* lib/test.c: #include docobj.h,idispids.h,
2002-07-26 06:26:26 +02:00
|
|
|
extern const GUID IID_IEnumSTATSTG;
|
2000-02-17 20:38:33 +01:00
|
|
|
extern const GUID IID_IEnumGeneric;
|
|
|
|
extern const GUID IID_IEnumHolder;
|
|
|
|
extern const GUID IID_IEnumCallback;
|
|
|
|
extern const GUID IID_IPersistStream;
|
|
|
|
extern const GUID IID_IPersistStorage;
|
|
|
|
extern const GUID IID_IPersistFile;
|
|
|
|
extern const GUID IID_IPersist;
|
|
|
|
extern const GUID IID_IViewObject;
|
|
|
|
extern const GUID IID_IDataObject;
|
|
|
|
extern const GUID IID_IAdviseSink;
|
|
|
|
extern const GUID IID_IDataAdviseHolder;
|
|
|
|
extern const GUID IID_IOleAdviseHolder;
|
|
|
|
extern const GUID IID_IOleObject;
|
|
|
|
extern const GUID IID_IOleInPlaceObject;
|
|
|
|
extern const GUID IID_IOleWindow;
|
|
|
|
extern const GUID IID_IOleInPlaceUIWindow;
|
|
|
|
extern const GUID IID_IOleInPlaceFrame;
|
|
|
|
extern const GUID IID_IOleInPlaceActiveObject;
|
|
|
|
extern const GUID IID_IOleClientSite;
|
|
|
|
extern const GUID IID_IOleInPlaceSite;
|
|
|
|
extern const GUID IID_IParseDisplayName;
|
|
|
|
extern const GUID IID_IOleContainer;
|
|
|
|
extern const GUID IID_IOleItemContainer;
|
|
|
|
extern const GUID IID_IOleLink;
|
|
|
|
extern const GUID IID_IOleCache;
|
|
|
|
extern const GUID IID_IOleManager;
|
|
|
|
extern const GUID IID_IOlePresObj;
|
|
|
|
extern const GUID IID_IDropSource;
|
|
|
|
extern const GUID IID_IDropTarget;
|
|
|
|
extern const GUID IID_IDebug;
|
|
|
|
extern const GUID IID_IDebugStream;
|
|
|
|
extern const GUID IID_IAdviseSink2;
|
|
|
|
extern const GUID IID_IRunnableObject;
|
|
|
|
extern const GUID IID_IViewObject2;
|
|
|
|
extern const GUID IID_IOleCache2;
|
|
|
|
extern const GUID IID_IOleCacheControl;
|
|
|
|
extern const GUID CLSID_Picture_Metafile;
|
|
|
|
extern const GUID CLSID_Picture_Dib;
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
#endif
|