home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 August / Chip_2000-08_cd1.bin / sharewar / dvcpp / _SETUP.5 / Group3 / objfwd.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-03-08  |  2.1 KB  |  46 lines

  1. #ifndef _OBJFWD_H
  2. #define _OBJFWD_H
  3. typedef interface IMoniker *LPMONIKER;
  4. typedef interface IStream *LPSTREAM;
  5. typedef interface IMarshal *LPMARSHAL;
  6. typedef interface IMalloc *LPMALLOC;
  7. typedef interface IMallocSpy *LPMALLOCSPY;
  8. typedef interface IMessageFilter *LPMESSAGEFILTER;
  9. typedef interface IPersist *LPPERSIST;
  10. typedef interface IPersistStream *LPPERSISTSTREAM;
  11. typedef interface IRunningObjectTable *LPRUNNINGOBJECTTABLE;
  12. typedef interface IBindCtx *LPBINDCTX,*LPBC;
  13. typedef interface IAdviseSink *LPADVISESINK;
  14. typedef interface IAdviseSink2 *LPADVISESINK2;
  15. typedef interface IDataObject *LPDATAOBJECT;
  16. typedef interface IDataAdviseHolder *LPDATAADVISEHOLDER;
  17. typedef interface IEnumMoniker *LPENUMMONIKER;
  18. typedef interface IEnumFORMATETC *LPENUMFORMATETC;
  19. typedef interface IEnumSTATDATA *LPENUMSTATDATA;
  20. typedef interface IEnumSTATSTG *LPENUMSTATSTG;
  21. typedef interface IEnumSTATPROPSTG LPENUMSTATPROPSTG;
  22. typedef interface IEnumString *LPENUMSTRING;
  23. typedef interface IEnumUnknown *LPENUMUNKNOWN;
  24. typedef interface IStorage *LPSTORAGE;
  25. typedef interface IPersistStorage *LPPERSISTSTORAGE;
  26. typedef interface ILockBytes *LPLOCKBYTES;
  27. typedef interface IStdMarshalInfo *LPSTDMARSHALINFO;
  28. typedef interface IExternalConnection *LPEXTERNALCONNECTION;
  29. typedef interface IRunnableObject *LPRUNNABLEOBJECT;
  30. typedef interface IROTData *LPROTDATA;
  31. typedef interface IPersistFile *LPPERSISTFILE;
  32. typedef interface IRootStorage *LPROOTSTORAGE;
  33. typedef interface IRpcChannelBuffer *LPRPCCHANNELBUFFER;
  34. typedef interface IRpcProxyBuffer *LPRPCPROXYBUFFER;
  35. typedef interface IRpcStubBuffer *LPRPCSTUBBUFFER;
  36. typedef interface IPropertyStorage *LPPROPERTYSTORAGE;
  37. typedef interface IEnumSTATPROPSETSTG *LPENUMSTATPROPSETSTG;
  38. typedef interface IPropertySetStorage *LPPROPERTYSETSTORAGE;
  39. typedef interface IClientSecurity *LPCLIENTSECURITY;
  40. typedef interface IServerSecurity *LPSERVERSECURITY;
  41. typedef interface IClassActivator *LPCLASSACTIVATOR;
  42. typedef interface IFillLockBytes *LPFILLLOCKBYTES;
  43. typedef interface IProgressNotify *LPPROGRESSNOTIFY;
  44. typedef interface ILayoutStorage *LPLAYOUTSTORAGE;
  45. #endif
  46.