Leaked source code of windows server 2003
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.
 
 
 
 
 
 

21 lines
664 B

/****************************************************************************
*
* 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"