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
544 B
32 lines
544 B
/*++
|
|
Module Name:
|
|
|
|
DfsNodes.h
|
|
|
|
Abstract:
|
|
|
|
Contains the declaration of DfsAdmin Snapin GUIDs for Nodes.
|
|
|
|
--*/
|
|
|
|
#ifndef _DFS_NODES_H
|
|
#define _DFS_NODES_H
|
|
|
|
extern GUID s_guidDfsReplicaNodeType;
|
|
|
|
extern GUID s_guidDfsJPNodeType;
|
|
|
|
extern GUID s_guidDfsRootNodeType;
|
|
|
|
extern GUID s_guidDfsAdminNodeType;
|
|
|
|
extern TCHAR* s_tchDfsReplicaNodeType;
|
|
|
|
extern TCHAR* s_tchDfsJPNodeType;
|
|
|
|
extern TCHAR* s_tchDfsRootNodeType;
|
|
|
|
extern TCHAR* s_tchDfsAdminNodeType;
|
|
|
|
#endif //_DFS_NODES_H
|
|
|