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.

26 lines
601 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 2001.
  5. //
  6. // File: cmdkey: UTILS.H
  7. //
  8. // Contents: Utility functions
  9. //
  10. // 1. Convert marshalled username to a more informative string
  11. //
  12. // Classes:
  13. //
  14. // Functions:
  15. //
  16. // History: 08-09-01 georgema Created
  17. //
  18. //----------------------------------------------------------------------------
  19. #ifndef __UTILS_H__
  20. #define __UTILS_H__
  21. WCHAR *UnMarshallUserName(WCHAR *pszMarshalled);
  22. #endif