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.

15 lines
527 B

  1. //---------------------------------------------------------------------------
  2. // Copyright (c) Microsoft Corporation 1991-1992
  3. //
  4. // Put a clock in a window.
  5. //---------------------------------------------------------------------------
  6. #define WC_TRAYCLOCK TEXT("TrayClockWClass")
  7. BOOL ClockCtl_Class(HINSTANCE hinst);
  8. HWND ClockCtl_Create(HWND hwndParent, UINT uID, HINSTANCE hInst);
  9. // Message to calculate the minimum size
  10. #define WM_CALCMINSIZE (WM_USER + 100)
  11. #define TCM_RESET (WM_USER + 101)