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.

26 lines
572 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1997.
  5. //
  6. // File: U P S C M N . H
  7. //
  8. // Contents: Common fns for UPnP Folder and Tray
  9. //
  10. // Notes:
  11. //
  12. // Author: jeffspr 7 Dec 1999
  13. //
  14. //----------------------------------------------------------------------------
  15. #ifndef _UPSCMN_H_
  16. #define _UPSCMN_H_
  17. // our registry root
  18. //
  19. extern const TCHAR c_szUPnPRegRoot[];
  20. HRESULT HrSysAllocString(LPCWSTR pszSource, BSTR *pbstrDest);
  21. #endif // _UPSCMN_H_