Source code of Windows XP (NT5)
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.

32 lines
512 B

  1. /*++
  2. Module Name:
  3. DfsNodes.h
  4. Abstract:
  5. Contains the declaration of DfsAdmin Snapin GUIDs for Nodes.
  6. --*/
  7. #ifndef _DFS_NODES_H
  8. #define _DFS_NODES_H
  9. extern GUID s_guidDfsReplicaNodeType;
  10. extern GUID s_guidDfsJPNodeType;
  11. extern GUID s_guidDfsRootNodeType;
  12. extern GUID s_guidDfsAdminNodeType;
  13. extern TCHAR* s_tchDfsReplicaNodeType;
  14. extern TCHAR* s_tchDfsJPNodeType;
  15. extern TCHAR* s_tchDfsRootNodeType;
  16. extern TCHAR* s_tchDfsAdminNodeType;
  17. #endif //_DFS_NODES_H