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.

34 lines
716 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 CConnectionFolder
  9. //
  10. // Notes:
  11. //
  12. // Author: jeffspr 22 Sep 1997
  13. //
  14. //----------------------------------------------------------------------------
  15. #include "pch.h"
  16. #pragma hdrstop
  17. #include "foldinc.h" // Standard shell\folder includes
  18. STDMETHODIMP CConnectionFolder::Initialize(
  19. LPCITEMIDLIST pidlFolder,
  20. LPDATAOBJECT lpdobj,
  21. HKEY hkeyProgID)
  22. {
  23. TraceFileFunc(ttidShellFolderIface);
  24. return E_NOTIMPL;
  25. }