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.

25 lines
517 B

  1. #ifndef __DFS_COMPAT_H__
  2. #define __DFS_COMPAT_H__
  3. #include "DfsGeneric.hxx"
  4. #include "DfsReferralData.h"
  5. #include "DfsStore.hxx"
  6. #include "DfsRootFolder.hxx"
  7. #include "DfsFolderReferralData.hxx"
  8. DFSSTATUS
  9. DfsGetCompatRootFolder(
  10. PUNICODE_STRING pName,
  11. DfsRootFolder **ppNewRoot );
  12. DFSSTATUS
  13. DfsGetCompatReferralData(
  14. PUNICODE_STRING pName,
  15. PUNICODE_STRING pRemainingName,
  16. DfsFolderReferralData **ppReferralData,
  17. PBOOLEAN pCacheHit );
  18. #endif // __DFS_COMPAT_H__