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.

40 lines
1.0 KiB

  1. LIBRARY SHELL
  2. EXETYPE WINDOWS
  3. DESCRIPTION 'Windows 3.1 Shell API Library'
  4. CODE MOVEABLE DISCARDABLE
  5. DATA MOVEABLE SINGLE SHARED
  6. SEGMENTS
  7. _TEXT MOVEABLE DISCARDABLE PRELOAD
  8. _DBF MOVEABLE PRELOAD
  9. _WEP FIXED PRELOAD
  10. EXPORTS
  11. RegOpenKey @1 ;public
  12. RegCreateKey @2 ;public
  13. RegCloseKey @3 ;public
  14. RegDeleteKey @4 ;public
  15. RegSetValue @5 ;public
  16. RegQueryValue @6 ;public
  17. RegEnumKey @7 ;public
  18. DragAcceptFiles @9 ;public
  19. DragQueryFile @11 ;public
  20. DragFinish @12 ;public
  21. DragQueryPoint @13 ;public
  22. ShellExecute @20 ;internal private for shell
  23. FindExecutable @21 ;internal private for shell
  24. ShellAbout @22 ;internal private for shell
  25. AboutDlgProc @33 ;internal
  26. ExtractIcon @34 ;internal private for shell
  27. DuplicateIcon @35 ;internal private for shell
  28. ExtractAssociatedIcon @36 ;internal private for shell
  29. DoEnvironmentSubst @37 ;public
  30. FindEnvironmentString @38 ;public
  31. HereTharBeTygars @100 ;internal
  32. WEP ;internal