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.

10 lines
498 B

  1. // --------------------------------------------------------------------------------
  2. // Enriched.h
  3. // Copyright (c)1993-1995 Microsoft Corporation, All Rights Reserved
  4. // --------------------------------------------------------------------------------
  5. #ifndef __ENRICHED_H
  6. #define __ENRICHED_H
  7. HRESULT MimeOleConvertEnrichedToHTML(IStream *pIn, IStream *pOut);
  8. HRESULT MimeOleConvertEnrichedToHTMLEx(IMimeBody *pBody, ENCODINGTYPE ietEncoding, IStream **ppStream);
  9. #endif // __ENRICHED_H