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.

20 lines
350 B

  1. // Copyright (C) 2000 Microsoft Corporation
  2. //
  3. // Non-domain Naming Context checking code
  4. //
  5. // 13 July 2000 sburns, from code supplied by jeffparh
  6. #ifndef NONDOMAINNC_HPP_INCLUDED
  7. #define NONDOMAINNC_HPP_INCLUDED
  8. HRESULT
  9. IsLastNonDomainNamingContextReplica(StringList& ndncDnList);
  10. #endif // NONDOMAINNC_HPP_INCLUDED