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.

73 lines
2.4 KiB

  1. LIBRARY SHELL
  2. EXETYPE WINDOWS
  3. DESCRIPTION 'WOW REPLACEMENT SHELL'
  4. STUB '..\BIN\WINSTUB.EXE'
  5. CODE PRELOAD MOVEABLE DISCARDABLE
  6. DATA PRELOAD MOVEABLE SINGLE
  7. HEAPSIZE 0
  8. EXPORTS
  9. WEP ;internal
  10. ; 3.1 exports, ordinals mush not change
  11. ; Mark these as internal now so new apps link to
  12. ; versions in kernel16
  13. REGOPENKEY=REGOPENKEY @1 ;Internal
  14. REGCREATEKEY=REGCREATEKEY @2 ;Internal
  15. REGCLOSEKEY=REGCLOSEKEY @3 ;Internal
  16. REGDELETEKEY=REGDELETEKEY @4 ;Internal
  17. REGSETVALUE=REGSETVALUE @5 ;Internal
  18. REGQUERYVALUE=REGQUERYVALUE @6 ;Internal
  19. REGENUMKEY=REGENUMKEY @7 ;Internal
  20. DRAGACCEPTFILES @9 ;public
  21. DRAGQUERYFILE @11 ;public
  22. DRAGFINISH @12 ;public
  23. DRAGQUERYPOINT @13 ;public
  24. SHELLEXECUTE @20 ;internal private for shell
  25. FINDEXECUTABLE @21 ;internal private for shell
  26. SHELLABOUT @22 ;internal private for shell
  27. WCI @32 ;internal
  28. ABOUTDLGPROC @33 ;internal
  29. EXTRACTICON @34 ;public
  30. EXTRACTASSOCIATEDICON @36 ;internal private for shell
  31. DOENVIRONMENTSUBST @37 ;public
  32. FINDENVIRONMENTSTRING @38 ;public
  33. INTERNALEXTRACTICON @39 ;internal private for shell
  34. HERETHARBETYGARS @100 ;internal
  35. FINDEXEDLGPROC @101 ;internal
  36. REGISTERSHELLHOOK @102 ;internal private for shell
  37. SHELLHOOKPROC @103 ;internal private for shell
  38. ; end 3.1
  39. EXTRACTICONEX @40 ;public
  40. ; thunk connection stufff
  41. ;WOW Shl3216_ThunkData16 @98 RESIDENTNAME
  42. ;WOW Shl1632_ThunkData16 @99 RESIDENTNAME
  43. ;WOW DllEntryPoint @101 RESIDENTNAME
  44. ;
  45. ; New APIs for Windows 4.0
  46. ;
  47. RESTARTDIALOG @157 ;Internal 4.0
  48. PICKICONDLG @166 ;Internal 4.0
  49. DRIVETYPE @262 ;Internal 4.0
  50. SH16TO32DRIVEIOCTL @263 ;Internal 4.0
  51. SH16TO32INT2526 @264 ;Internal 4.0
  52. SHGETFILEINFO @300 ;Internal 4.0
  53. SHFORMATDRIVE @400 ;Internal 4.0
  54. SHCHECKDRIVE @401 ;Internal 4.0
  55. _RUNDLLCHECKDRIVE @402 ;Internal 4.0