Windows NT 4.0 source code leak
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.
 
 
 
 
 
 

20 lines
572 B

//+-------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1992 - 1994.
//
// File: bmp.hxx
//
// Contents: Declarations for the bitmap custom control
//
// History: 26-Jan-94 BruceFo Created (derived from Chicago Disks tool)
//
//--------------------------------------------------------------------------
#ifndef __BMP_HXX__
#define __BMP_HXX__
DWORD UseBitmapControl(IN HINSTANCE hInstance);
DWORD ReleaseBitmapControl(IN HINSTANCE hInstance);
#endif // __BMP_HXX__