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.

51 lines
2.1 KiB

  1. LIBRARY BROWSEUI
  2. ; DESCRIPTION is obsolete and gives the IA64 linker the heebie-jeebies
  3. ;DESCRIPTION 'Browse UI DLL'
  4. ;; There should be no shared data section in this dll so that we
  5. ;; can run different versions in different processes.
  6. EXPORTS
  7. DllCanUnloadNow ULTRAPRIVATE
  8. DllGetClassObject ULTRAPRIVATE
  9. DllRegisterServer ULTRAPRIVATE
  10. DllUnregisterServer ULTRAPRIVATE
  11. DllGetVersion = CCDllGetVersion ULTRAPRIVATE
  12. DllInstall ULTRAPRIVATE
  13. InitOCHostClass @101 NONAME PRIVATE // BUGBUG REMOVE approx dec 98
  14. SHOpenFolderWindow @102 NONAME
  15. SHOpenNewFrame @103 NONAME PRIVATE
  16. ; **** Space for rent, no pets @104 NONAME PRIVATE
  17. SHCreateSavedWindows @105 NONAME
  18. SHCreateFromDesktop @106 NONAME
  19. SHExplorerParseCmdLine @107 NONAME
  20. // FILL IN THIS RANGE
  21. UEMRegisterNotify @118 NONAME PRIVATE
  22. SHCreateBandForPidl @120 NONAME
  23. SHPidlFromDataObject @121 NONAME
  24. IDataObject_GetDeskBandState @122 NONAME
  25. // since we export SHOpenFolderWindow which takes an IETHREADPARAM,
  26. // we need to export these to create the things:
  27. SHCreateIETHREADPARAM @123 NONAME
  28. SHCloneIETHREADPARAM @124 NONAME PRIVATE
  29. SHParseIECommandLine @125 NONAME
  30. SHDestroyIETHREADPARAM @126 NONAME
  31. SHOnCWMCommandLine @127 NONAME
  32. // Exported for use by the channel OC (shdocvw). If the channel OC
  33. // gets moved back to browseui these can be removed.
  34. Channel_GetFolderPidl @128 NONAME PRIVATE
  35. ChannelBand_Create @129 NONAME PRIVATE
  36. Channels_SetBandInfoSFB @130 NONAME PRIVATE
  37. IUnknown_SetBandInfoSFB @131 NONAME PRIVATE
  38. // Exported for IE4 channel quick launch button.
  39. Channel_QuickLaunch @133 NONAME
  40. // Exported for namespace control (nsc) in shdocvw
  41. SHGetNavigateTarget @134 NONAME PRIVATE
  42. GetInfoTip @135 NONAME PRIVATE