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.

60 lines
1.3 KiB

  1. // This file contains directives for how to order the functions.
  2. libbrowseui.so.1
  3. {
  4. global:
  5. DllCanUnloadNow;
  6. DllGetClassObject;
  7. DllRegisterServer;
  8. DllUnregisterServer;
  9. DllGetVersion;
  10. DllInstall;
  11. //;
  12. InitOCHostClass;
  13. SHOpenFolderWindow;
  14. SHOpenNewFrame;
  15. SHUseDefaultAutoComplete;
  16. SHCreateSavedWindows;
  17. SHCreateFromDesktop;
  18. SHExplorerParseCmdLine;
  19. //;
  20. UEMTrace;
  21. UEMEvalMsg;
  22. UEMGetInfo;
  23. //;
  24. // FILL IN THIS RANGE;
  25. DropTargetWrap_CreateInstance;
  26. SHCreateBandForPidl;
  27. SHPidlFromDataObject;
  28. IDataObject_GetDeskBandState;
  29. //;
  30. // since we export SHOpenFolderWindow which takes an IETHREADPARAM,;
  31. // we need to export these to create the things:;
  32. SHCreateIETHREADPARAM;
  33. SHCloneIETHREADPARAM;
  34. SHParseIECommandLine;
  35. SHDestroyIETHREADPARAM;
  36. SHOnCWMCommandLine;
  37. SHGetNavigateTarget;
  38. GetInfoTip;
  39. //;
  40. // Exported for use by the channel OC (shdocvw). If the channel OC;
  41. // gets moved back to browseui these can be removed.;
  42. Channel_GetFolderPidl;
  43. ChannelBand_Create;
  44. Channels_SetBandInfoSFB;
  45. IUnknown_SetBandInfoSFB;
  46. //;
  47. DoOrganizeFavDlgEx;
  48. //;
  49. // Exported for IE4 channel quick launch button.;
  50. Channel_QuickLaunch;
  51. IEFrameNewWindowSameThread;
  52. _____browseui_initDLL;
  53. local :
  54. *;
  55. };