/**********************************************************************/ /** Microsoft Windows/NT **/ /** Copyright(c) Microsoft Corp., 1992 **/ /**********************************************************************/ /* DmValid.h OLDNAME: NCPAVALD.H Definitions for NCPAVALD.C FILE HISTORY: DavidHov 2/2/92 Created */ #ifndef __DMVALID_H__ #define __DMVALID_H__ #ifdef __cplusplus extern "C" { #endif LONG ValidateDomainName ( const WCHAR * pszDomainName ) ; #ifdef __cplusplus } #endif #endif // End of NCPAVALD.H