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
363 B

  1. /*++
  2. * File name:
  3. * bmpcache.h
  4. * Contents:
  5. * bmpcache.c exported functions
  6. *
  7. * Copyright (C) 1998-1999 Microsoft Corp.
  8. --*/
  9. #ifdef __cplusplus
  10. extern "C" {
  11. #endif
  12. VOID InitCache(VOID);
  13. VOID DeleteCache(VOID);
  14. BOOL Glyph2String(PBMPFEEDBACK pBmpFeed, LPWSTR wszString, UINT max);
  15. #ifdef __cplusplus
  16. }
  17. #endif