2025-04-27 07:49:33 -04:00

12 lines
245 B
C

/* HTMLPREV.H
**
** Copyright (c) 1997-1999 Microsoft Corporation. All Rights Reserved.
**
** IThumbnail wrapper functions provided by HTMLPREV.CPP
**
*/
BOOL InitHTMLBM();
HBITMAP HtmlToBmp(LPCTSTR, LONG, LONG);
void CleanUp();