Leaked source code of windows server 2003
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
631 B

  1. #include "enduserpch.h"
  2. #pragma hdrstop
  3. #include <hlink.h>
  4. static
  5. STDMETHODIMP HlinkCreateFromMoniker(
  6. IMoniker * pimkTrgt,
  7. LPCWSTR pwzLocation,
  8. LPCWSTR pwzFriendlyName,
  9. IHlinkSite * pihlsite,
  10. DWORD dwSiteData,
  11. IUnknown * piunkOuter,
  12. REFIID riid,
  13. void ** ppvObj)
  14. {
  15. *ppvObj = NULL;
  16. return E_FAIL;
  17. }
  18. //
  19. // !! WARNING !! The entries below must be in order by ORDINAL
  20. //
  21. DEFINE_ORDINAL_ENTRIES(hlink)
  22. {
  23. DLOENTRY(3, HlinkCreateFromMoniker)
  24. };
  25. DEFINE_ORDINAL_MAP(hlink)