windows-nt/Source/XPSP1/NT/termsrv/reskit/smc/tclient/lib/bmpcache.h

13 lines
274 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
/*++
* 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);