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.

20 lines
630 B

  1. //+----------------------------------------------------------------------------
  2. // File: mime64.hxx
  3. //
  4. // Synopsis: This file contains MIME64 encode/decode definitions
  5. //
  6. //-----------------------------------------------------------------------------
  7. #ifndef _MIME64_HXX
  8. #define _MIME64_HXX
  9. // Prototypes ----------------------------------------------------------------
  10. HRESULT ProcessAttachMIME64();
  11. HRESULT EncodeMIME64(BYTE * pbSrc, UINT cbSrc, IStream * pstmDest, ULONG * pcbWritten);
  12. HRESULT DecodeMIME64(IStream * pstmSrc, IStream * pstmDest, ULONG * pcbWritten);
  13. #endif // _MIME64_HXX