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.

32 lines
645 B

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1997 - 1999
  6. //
  7. // File: idlhelp.h
  8. //
  9. //--------------------------------------------------------------------------
  10. #ifndef _INC_CSCUI_IDLHELP_H
  11. #define _INC_CSCUI_IDLHELP_H
  12. HRESULT
  13. BindToObject(
  14. IShellFolder *psf,
  15. REFIID riid,
  16. LPCITEMIDLIST pidl,
  17. void **ppvOut);
  18. HRESULT
  19. BindToIDListParent(
  20. LPCITEMIDLIST pidl,
  21. REFIID riid,
  22. void **ppv,
  23. LPCITEMIDLIST *ppidlLast);
  24. HRESULT IsOfflineFilesFolderID(LPCITEMIDLIST pidl);
  25. #endif // _INC_CSCUI_IDLHELP_H