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.

17 lines
547 B

  1. /*---------------------------------------------------------------------------
  2. File: Names.hpp
  3. Comments: Definitions for helper functions for name modifying and converting
  4. ---------------------------------------------------------------------------*/
  5. // removes invalid characters, such as ( ) from SAM account name
  6. void
  7. StripSamName(
  8. WCHAR * samName // i/o - SAM account name to process
  9. );
  10. _bstr_t
  11. GetDomainDNSFromPath(
  12. _bstr_t sPath // in - path of object
  13. );