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.

30 lines
690 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1997.
  5. //
  6. // File: I S H E L L E I . C P P
  7. //
  8. // Contents: IShellExtInit implementation for CUPnPDeviceFolder
  9. //
  10. // Notes:
  11. //
  12. // Author: jeffspr 22 Sep 1997
  13. //
  14. //----------------------------------------------------------------------------
  15. #include "pch.h"
  16. #pragma hdrstop
  17. STDMETHODIMP CUPnPDeviceFolder::Initialize(
  18. LPCITEMIDLIST pidlFolder,
  19. LPDATAOBJECT lpdobj,
  20. HKEY hkeyProgID)
  21. {
  22. TraceTag(ttidShellFolderIface, "OBJ: CCF - IShellExtInit::Initialize");
  23. return E_NOTIMPL;
  24. }