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
545 B

//+-------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1992 - 1994.
//
// File: box.hxx
//
// Contents: Declarations for the color box custom control
//
// History: 27-Jan-94 BruceFo Created
//
//--------------------------------------------------------------------------
#ifndef __BOX_HXX__
#define __BOX_HXX__
DWORD UseColorBoxControl(IN HINSTANCE hInstance);
DWORD ReleaseColorBoxControl(IN HINSTANCE hInstance);
#endif // __BOX_HXX__