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.

29 lines
477 B

  1. #include "compch.h"
  2. #pragma hdrstop
  3. #include <objidl.h>
  4. #define NOTINPATH 0
  5. BOOL
  6. MtxCluIsClusterPresent()
  7. {
  8. return FALSE;
  9. }
  10. LONG
  11. WasDTCInstalledBySQL()
  12. {
  13. return NOTINPATH;
  14. }
  15. //
  16. // !! WARNING !! The entries below must be in alphabetical order, and are CASE SENSITIVE (eg lower case comes last!)
  17. //
  18. DEFINE_PROCNAME_ENTRIES(mtxclu)
  19. {
  20. DLPENTRY(MtxCluIsClusterPresent)
  21. DLPENTRY(WasDTCInstalledBySQL)
  22. };
  23. DEFINE_PROCNAME_MAP(mtxclu)