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.

27 lines
583 B

  1. //+----------------------------------------------------------------------------
  2. //
  3. // Copyright (C) 1997, Microsoft Corporation
  4. //
  5. // File: rootsup.hxx
  6. //
  7. // Contents: rootsup.c prototypes, etc
  8. //
  9. //-----------------------------------------------------------------------------
  10. #ifndef _ROOTSUP_HXX
  11. #define _ROOTSUP_HXX
  12. DWORD
  13. NetDfsRootEnum(
  14. LPWSTR wszDcName,
  15. LPWSTR wszDomainName,
  16. PSEC_WINNT_AUTH_IDENTITY pAuthIdent,
  17. LPWSTR **List);
  18. DWORD
  19. NetDfsRootServerEnum(
  20. LDAP *pldap,
  21. LPWSTR wszDfsConfigDN,
  22. LPWSTR **ppRootList);
  23. #endif _ROOTSUP_HXX