Windows2003-3790/inetcore/connectionwizard/icwconn2/bmp.h
2020-09-30 16:53:55 +02:00

22 lines
664 B
C

/****************************************************************************
*
* Bmp.H
*
* Microsoft Confidential
* Copyright (c) Microsoft Corporation 1992-1993
* All rights reserved
*
* Deals with painting bitmaps on the wizard pages
* FelixA 1994.
***************************************************************************/
// BMP functions
BOOL FAR PASCAL BMP_RegisterClass(HINSTANCE hInstance);
void FAR PASCAL BMP_DestroyClass(HINSTANCE hInstance);
void FAR PASCAL BMP_Paint(HWND hwnd);
LRESULT CALLBACK BMP_WndProc( HWND hWnd, UINT wMsg, WORD wParam, LONG lParam );
// Class name
#define SU_BMP_CLASS "ms_setup_bmp"