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

//+---------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1997.
//
// File: U P S C M N . H
//
// Contents: Common fns for UPnP Folder and Tray
//
// Notes:
//
// Author: jeffspr 7 Dec 1999
//
//----------------------------------------------------------------------------
#ifndef _UPSCMN_H_
#define _UPSCMN_H_
// our registry root
//
extern const TCHAR c_szUPnPRegRoot[];
HRESULT HrSysAllocString(LPCWSTR pszSource, BSTR *pbstrDest);
#endif // _UPSCMN_H_