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.

27 lines
816 B

  1. /*****************************************************************************\
  2. FILE: inettime.h
  3. DESCRIPTION:
  4. This file contains the code used to display UI allowing the user to
  5. control the feature that updates the computer's clock from an internet
  6. NTP time server.
  7. BryanSt 3/22/2000
  8. Copyright (C) Microsoft Corp 2000-2000. All rights reserved.
  9. \*****************************************************************************/
  10. #ifndef _INETTIME_H
  11. #define _INETTIME_H
  12. #define WMUSER_ADDINTERNETTAB (WM_USER + 10)
  13. #define SZ_COMPUTER_LOCAL NULL
  14. #define SZ_NTPCLIENT L"NtpClient"
  15. EXTERN_C HRESULT AddInternetPageAsync(HWND hDlg, HWND hwndDate);
  16. EXTERN_C HRESULT AddInternetTab(HWND hDlg);
  17. #endif // _INETTIME_H