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.

28 lines
427 B

  1. #ifndef __DFS_CLUSTER_SUPPORT__
  2. #define __DFS_CLUSTER_SUPPORT__
  3. #include "DfsGeneric.hxx"
  4. #include "resapi.h"
  5. DWORD
  6. ClusterCallBackFunction(
  7. HRESOURCE hSelf,
  8. HRESOURCE hResource,
  9. PVOID Context);
  10. DWORD
  11. GetRootClusterInformation(
  12. PUNICODE_STRING pShareName,
  13. PUNICODE_STRING pName );
  14. DFSSTATUS
  15. DfsClusterInit(
  16. PBOOLEAN pIsCluster );
  17. #endif // __DFS_CLUSTER_SUPPORT__