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
20 lines
350 B
// Copyright (C) 2000 Microsoft Corporation
|
|
//
|
|
// Non-domain Naming Context checking code
|
|
//
|
|
// 13 July 2000 sburns, from code supplied by jeffparh
|
|
|
|
|
|
|
|
#ifndef NONDOMAINNC_HPP_INCLUDED
|
|
#define NONDOMAINNC_HPP_INCLUDED
|
|
|
|
|
|
|
|
HRESULT
|
|
IsLastNonDomainNamingContextReplica(StringList& ndncDnList);
|
|
|
|
|
|
|
|
#endif // NONDOMAINNC_HPP_INCLUDED
|
|
|