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