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.

26 lines
780 B

  1. /*************************************************************************
  2. **
  3. ** OLE 2 Utility Code
  4. **
  5. ** enumfetc.c
  6. **
  7. ** Private definitions, structures, types, and function prototypes for the
  8. ** CEnumFormatEtc implementation of the IEnumFORMATETC interface.
  9. ** This file is part of the OLE 2.0 User Interface support library.
  10. **
  11. ** (c) Copyright Microsoft Corp. 1990 - 1995. All Rights Reserved
  12. **
  13. *************************************************************************/
  14. #ifndef __ENUMFETC_H__
  15. #define __ENUMFETC_H__
  16. #ifndef RC_INVOKED
  17. #pragma message ("INCLUDING ENUMFETC.H from " __FILE__)
  18. #endif /* RC_INVOKED */
  19. STDAPI_(LPENUMFORMATETC)
  20. OleStdEnumFmtEtc_Create(WORD wCount, LPFORMATETC lpEtc);
  21. #endif // __ENUMFETC_H__