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.

29 lines
691 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1999.
  5. //
  6. // File: O P E N F O L D . H
  7. //
  8. // Contents: Utility function for opening the UPnP device folder
  9. //
  10. // Notes:
  11. //
  12. // Author: jeffspr 12 Jan 1998
  13. //
  14. //----------------------------------------------------------------------------
  15. #ifndef _OPENFOLD_H_
  16. #define _OPENFOLD_H_
  17. // Get an IShellFolder * given the folder pidl
  18. //
  19. HRESULT HrGetUPnPDeviceIShellFolder(
  20. LPITEMIDLIST pidlFolder,
  21. LPSHELLFOLDER * ppsf);
  22. HRESULT HrOpenSpecialShellFolder(HWND hwnd, INT iStandardFolderID);
  23. #endif // _OPENFOLD_H_