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.
 
 
 
 
 
 

17 lines
583 B

//---------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation 1991-1992
//
// Put a clock in a window.
//---------------------------------------------------------------------------
#define WC_TRAYCLOCK TEXT("TrayClockWClass")
BOOL ClockCtl_Class(HINSTANCE hinst);
HWND ClockCtl_Create(HWND hwndParent, UINT uID, HINSTANCE hInst);
// Message to calculate the minimum size
#define WM_CALCMINSIZE (WM_USER+100)
#define TCM_TRAYHIDE (WM_USER+101)
#define TCM_KICKSTART (WM_USER + 102)
#define TCM_TIMEZONEHACK (WM_USER + 103)