Source code of Windows XP (NT5)
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.

12 lines
274 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. VOID InitCache(VOID);
  10. VOID DeleteCache(VOID);
  11. BOOL Glyph2String(PBMPFEEDBACK pBmpFeed, LPWSTR wszString, UINT max);