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.

16 lines
654 B

  1. // =================================================================================
  2. // MultLang.h
  3. // Multilanguage support for OE.
  4. // Created at 10/12/98 by YST
  5. // Copyright (c)1993-1998 Microsoft Corporation, All Rights Reserved
  6. // =================================================================================
  7. #ifndef __MULTILANG_H
  8. #define __MULTILANG_H
  9. void GetMimeCharsetForTitle(HCHARSET hCharset, LPINT pnIdm, LPTSTR lpszString, int nSize, BOOL fReadNote);
  10. HCHARSET GetJP_ISOControlCharset(void);
  11. BOOL fCheckEncodeMenu(UINT uiCodePage, BOOL fReadNote);
  12. UINT GetMapCP(UINT uiCodePage, BOOL fReadNote);
  13. #endif // __MULTILANG_H