Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
927 B

  1. /*
  2. * olestock.h - Stock OLE header file.
  3. */
  4. /* Types
  5. ********/
  6. /* IDs */
  7. DECLARE_STANDARD_TYPES(GUID);
  8. DECLARE_STANDARD_TYPES(CLSID);
  9. DECLARE_STANDARD_TYPES(IID);
  10. typedef PROC *Interface;
  11. DECLARE_STANDARD_TYPES(Interface);
  12. /* interfaces */
  13. DECLARE_STANDARD_TYPES(IAdviseSink);
  14. DECLARE_STANDARD_TYPES(IBindCtx);
  15. DECLARE_STANDARD_TYPES(IClassFactory);
  16. DECLARE_STANDARD_TYPES(IDataObject);
  17. DECLARE_STANDARD_TYPES(IEnumFORMATETC);
  18. DECLARE_STANDARD_TYPES(IEnumSTATDATA);
  19. DECLARE_STANDARD_TYPES(IMalloc);
  20. DECLARE_STANDARD_TYPES(IMoniker);
  21. DECLARE_STANDARD_TYPES(IPersist);
  22. DECLARE_STANDARD_TYPES(IPersistFile);
  23. DECLARE_STANDARD_TYPES(IPersistStorage);
  24. DECLARE_STANDARD_TYPES(IPersistStream);
  25. DECLARE_STANDARD_TYPES(IStorage);
  26. DECLARE_STANDARD_TYPES(IStream);
  27. DECLARE_STANDARD_TYPES(IUnknown);
  28. /* structures */
  29. DECLARE_STANDARD_TYPES(FORMATETC);
  30. DECLARE_STANDARD_TYPES(STGMEDIUM);