windows-nt/Source/XPSP1/NT/termsrv/reskit/smc/tclient/lib/bmpcache.h
2020-09-26 16:20:57 +08:00

13 lines
274 B
C

/*++
* File name:
* bmpcache.h
* Contents:
* bmpcache.c exported functions
*
* Copyright (C) 1998-1999 Microsoft Corp.
--*/
VOID InitCache(VOID);
VOID DeleteCache(VOID);
BOOL Glyph2String(PBMPFEEDBACK pBmpFeed, LPWSTR wszString, UINT max);