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
882 B

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1992 - 1993.
  5. //
  6. // File: thkreg.cxx
  7. //
  8. // Contents: Contains constants used to read the registry for modifiable
  9. // WOW behavior for OLE.
  10. //
  11. // History: 22-Jul-94 Ricksa Created
  12. // 09-Jun-95 Susia Chicago optimization added
  13. //
  14. //--------------------------------------------------------------------------
  15. #ifndef _THKREG_H_
  16. #define _THKREG_H_
  17. // Name of key for OLE WOW special behavior
  18. #define OLETHK_KEY TEXT("OleCompatibility")
  19. // Factor by which to slow duration of WOW RPC calls
  20. #define OLETHK_SLOWRPCTIME_VALUE TEXT("SlowRpcTimeFactor")
  21. // Default factor to slow duration of WOW RPC calls
  22. #define OLETHK_DEFAULT_SLOWRPCTIME 4
  23. #endif // _THKREG_H_