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.

30 lines
866 B

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1992 - 1999
  5. //
  6. // File: dsUtil2.h
  7. //
  8. // Contents: Utility functions callable by the parser
  9. //
  10. // History: 28-Apr-2001 JonN Created
  11. //
  12. //
  13. //--------------------------------------------------------------------------
  14. #ifndef _DSUTIL2_H_
  15. #define _DSUTIL2_H_
  16. //+--------------------------------------------------------------------------
  17. //
  18. // Class: GetEscapedElement
  19. //
  20. // Purpose: Calls IADsPathname::GetEscapedElement. Uses LocalAlloc.
  21. //
  22. // History: 28-Apr-2001 JonN Created
  23. //
  24. //---------------------------------------------------------------------------
  25. HRESULT GetEscapedElement( OUT PWSTR* ppszOut, IN PCWSTR pszIn );
  26. #endif //_DSUTIL2_H_