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.

35 lines
1.0 KiB

  1. /****************************************************************************/
  2. // adcsapi.h
  3. //
  4. // RDP main component API header file.
  5. //
  6. // Copyright(c) Microsoft, PictureTel 1992-1997
  7. // (C) 1997-1999 Microsoft Corp.
  8. /****************************************************************************/
  9. #ifndef _H_ADCSAPI
  10. #define _H_ADCSAPI
  11. #include <ascapi.h>
  12. /****************************************************************************/
  13. /* Frequency for miscellaneous periodic processing, in units of 100ns */
  14. /****************************************************************************/
  15. #define DCS_MISC_PERIOD 200 * 10000
  16. #define DCS_ARC_UPDATE_INTERVAL L"AutoReconnect Update Interval"
  17. //
  18. // One hour update interval (units are in seconds)
  19. //
  20. #define DCS_ARC_UPDATE_INTERVAL_DFLT 60 * 60
  21. //
  22. // Time intervals are handled in units of 100ns so 10,000,000
  23. // are needed to make up one second
  24. //
  25. #define DCS_TIME_ONE_SECOND 10000000
  26. #endif /* #ifndef _H_ADCSAPI */