Source code of Windows XP (NT5)
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.

33 lines
438 B

  1. /*++
  2. Copyright (c) 1996 Microsoft Corporation
  3. Module Name:
  4. tsapi.h
  5. Abstract:
  6. Header file for definitions and structure for the remote API interface
  7. for managing the NT Time Service.
  8. Author:
  9. Rod Gamache (rodga) 23-Jul-1996
  10. Revision History:
  11. --*/
  12. #ifndef _TSAPI_
  13. #define _TSAPI_
  14. DWORD
  15. WINAPI
  16. TSNewSource(
  17. IN LPWSTR ServerName,
  18. IN LPWSTR SourceName,
  19. IN DWORD Reserved
  20. );
  21. #endif // ifndef _TSAPI_