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.
|
|
//+-------------------------------------------------------------------------
//
// Microsoft Windows
//
// Copyright (C) Microsoft Corporation, 1998 - 1999
//
// File: domutil.h
//
//--------------------------------------------------------------------------
#ifndef HEADER_DOMUTIL
#define HEADER_DOMUTIL
PTESTED_DOMAIN AddTestedDomain( IN NETDIAG_PARAMS *pParams, IN NETDIAG_RESULT *pResults, IN LPWSTR pswzNetbiosDomainName, IN LPWSTR pswzDnsDomainName, IN BOOL bPrimaryDomain );
BOOL NetpIsDomainNameValid( IN LPWSTR DomainName );
BOOL NetpDcValidDnsDomain( IN LPCWSTR DnsDomainName );
BOOL NlEqualDnsName( IN LPCWSTR Name1, IN LPCWSTR Name2 );
#endif
|