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.

33 lines
488 B

  1. /*++
  2. Copyright (c) 1999-2000 Microsoft Corporation
  3. Module Name:
  4. setup.h
  5. Abstract:
  6. This file define function used only in the setup/reflector thread
  7. Author:
  8. ATM Shafiqul Khalid (askhalid) 16-Feb-2000
  9. Revision History:
  10. --*/
  11. #ifndef __SETUP_H__
  12. #define __SETUP_H__
  13. #define TEST_NODE_NAME L"TEST"
  14. #define VALUE_KEY_UPDATE_TIME_DIFF 10 // minimum difference in sec to Keyupdate and reflector thread scan
  15. #endif //__SETUP_H__