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.

30 lines
881 B

  1. /*++
  2. Module Name:
  3. DfsNodes.h
  4. Abstract:
  5. Contains the definition of DfsAdmin Snapin GUIDs for Nodes.
  6. --*/
  7. #include "stdafx.h"
  8. GUID s_guidDfsReplicaNodeType = {0x58268345,0x28e8,0x11d1,{0xa9,0x5b,0x0,0x80,0x48,0x91,0x8f,0xb1}};
  9. GUID s_guidDfsJPNodeType = {0x58268344,0x28e8,0x11d1,{0xa9,0x5b,0x0,0x80,0x48,0x91,0x8f,0xb1}};
  10. GUID s_guidDfsRootNodeType = {0x58268343,0x28e8,0x11d1,{0xa9,0x5b,0x0,0x80,0x48,0x91,0x8f,0xb1}};
  11. GUID s_guidDfsAdminNodeType = {0x58268342,0x28e8,0x11d1,{0xa9,0x5b,0x0,0x80,0x48,0x91,0x8f,0xb1}};
  12. TCHAR* s_tchDfsReplicaNodeType = _T("{58268345-28E8-11d1-A95B-008048918FB1}");
  13. TCHAR* s_tchDfsJPNodeType = _T("{58268344-28E8-11d1-A95B-008048918FB1}");
  14. TCHAR* s_tchDfsRootNodeType = _T("{58268343-28E8-11d1-A95B-008048918FB1}");
  15. TCHAR* s_tchDfsAdminNodeType = _T("{58268342-28E8-11d1-A95B-008048918FB1}");