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

  1. /******************************************************************
  2. DFSCommon.H -- common defines for DFS classse
  3. Copyright (c) 2000-2001 Microsoft Corporation, All Rights Reserved
  4. *******************************************************************/
  5. #ifndef _DFS_COMMON_H
  6. #define _DFS_COMMON_H
  7. // Namespace
  8. #define Namespace L"root\\cimv2"
  9. // Provider names
  10. #define PROVIDER_NAME_DFSJNPT L"Win32_DfsNode"
  11. #define PROVIDER_NAME_DFSREPLICA L"Win32_DfsTarget"
  12. #define PROVIDER_NAME_DFSJNPTREPLICA L"Win32_DfsNodeTarget"
  13. // Definef for the DFS Type
  14. #define DFS_TYPE_STANDALONE 0
  15. #define DFS_TYPE_FTDFS 1
  16. #endif