windows-nt/Source/XPSP1/NT/net/upnp/upnpui/inc/openfold.h
2020-09-26 16:20:57 +08:00

30 lines
691 B
C

//+---------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1999.
//
// File: O P E N F O L D . H
//
// Contents: Utility function for opening the UPnP device folder
//
// Notes:
//
// Author: jeffspr 12 Jan 1998
//
//----------------------------------------------------------------------------
#ifndef _OPENFOLD_H_
#define _OPENFOLD_H_
// Get an IShellFolder * given the folder pidl
//
HRESULT HrGetUPnPDeviceIShellFolder(
LPITEMIDLIST pidlFolder,
LPSHELLFOLDER * ppsf);
HRESULT HrOpenSpecialShellFolder(HWND hwnd, INT iStandardFolderID);
#endif // _OPENFOLD_H_