Home | Info | Community | Development | myReactOS | Contact Us
00001 #ifndef _OBJFWD_H 00002 #define _OBJFWD_H 00003 00004 #include <basetyps.h> 00005 00006 #ifdef __cplusplus 00007 extern "C" { 00008 #endif 00009 typedef interface IMoniker *LPMONIKER; 00010 typedef interface IStream *LPSTREAM; 00011 typedef interface IMarshal *LPMARSHAL; 00012 typedef interface IMalloc *LPMALLOC; 00013 typedef interface IMallocSpy *LPMALLOCSPY; 00014 typedef interface IMessageFilter *LPMESSAGEFILTER; 00015 typedef interface IPersist *LPPERSIST; 00016 typedef interface IPersistStream *LPPERSISTSTREAM; 00017 typedef interface IRunningObjectTable *LPRUNNINGOBJECTTABLE; 00018 typedef interface IBindCtx *LPBINDCTX,*LPBC; 00019 typedef interface IAdviseSink *LPADVISESINK; 00020 typedef interface IAdviseSink2 *LPADVISESINK2; 00021 typedef interface IDataObject *LPDATAOBJECT; 00022 typedef interface IDataAdviseHolder *LPDATAADVISEHOLDER; 00023 typedef interface IEnumMoniker *LPENUMMONIKER; 00024 typedef interface IEnumFORMATETC *LPENUMFORMATETC; 00025 typedef interface IEnumSTATDATA *LPENUMSTATDATA; 00026 typedef interface IEnumSTATSTG *LPENUMSTATSTG; 00027 typedef interface IEnumSTATPROPSTG LPENUMSTATPROPSTG; 00028 typedef interface IEnumString *LPENUMSTRING; 00029 typedef interface IEnumUnknown *LPENUMUNKNOWN; 00030 typedef interface IStorage *LPSTORAGE; 00031 typedef interface IPersistStorage *LPPERSISTSTORAGE; 00032 typedef interface ILockBytes *LPLOCKBYTES; 00033 typedef interface IStdMarshalInfo *LPSTDMARSHALINFO; 00034 typedef interface IExternalConnection *LPEXTERNALCONNECTION; 00035 typedef interface IRunnableObject *LPRUNNABLEOBJECT; 00036 typedef interface IROTData *LPROTDATA; 00037 typedef interface IPersistFile *LPPERSISTFILE; 00038 typedef interface IRootStorage *LPROOTSTORAGE; 00039 typedef interface IRpcChannelBuffer *LPRPCCHANNELBUFFER; 00040 typedef interface IRpcProxyBuffer *LPRPCPROXYBUFFER; 00041 typedef interface IRpcStubBuffer *LPRPCSTUBBUFFER; 00042 typedef interface IPropertyStorage *LPPROPERTYSTORAGE; 00043 typedef interface IEnumSTATPROPSETSTG *LPENUMSTATPROPSETSTG; 00044 typedef interface IPropertySetStorage *LPPROPERTYSETSTORAGE; 00045 typedef interface IClientSecurity *LPCLIENTSECURITY; 00046 typedef interface IServerSecurity *LPSERVERSECURITY; 00047 typedef interface IClassActivator *LPCLASSACTIVATOR; 00048 typedef interface IFillLockBytes *LPFILLLOCKBYTES; 00049 typedef interface IProgressNotify *LPPROGRESSNOTIFY; 00050 typedef interface ILayoutStorage *LPLAYOUTSTORAGE; 00051 #ifdef __cplusplus 00052 } 00053 #endif 00054 #endif