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.

48 lines
1.7 KiB

  1. ;//+-------------------------------------------------------------------------
  2. ;//
  3. ;// Microsoft Windows
  4. ;// Copyright (C) Microsoft Corporation, 1992 - 1993.
  5. ;//
  6. ;// File: storage.def
  7. ;//
  8. ;// Contents: storage.dll module definition file
  9. ;//
  10. ;// History: 23-Sep-92 DrewB Created from multiple def files
  11. ;// 09-Oct-92 AlexT Added HEAPSIZE to 16-bit definitions
  12. ;// 03-Feb-93 DrewB Changed docfile.def to storage.def
  13. ;//
  14. ;// Note: $(OLE)\storage.def is used for 16-bit and OLE32 32-bit builds
  15. ;// $(COMMON)\ilib\storage.def is used for Cairo 32-bit builds
  16. ;//
  17. ;//--------------------------------------------------------------------------
  18. LIBRARY STORAGE
  19. ;EXETYPE WINDOWS 3.1
  20. CODE DISCARDABLE LOADONCALL MOVABLE SHARED
  21. DATA LOADONCALL SINGLE MOVABLE
  22. ; HEAPSIZE is required for RETAIL 16-bit builds where
  23. ; we do some local allocations.
  24. HEAPSIZE 1024
  25. EXPORTS
  26. WEP @0 RESIDENTNAME
  27. STGCREATEDOCFILE @1
  28. STGCREATEDOCFILEONILOCKBYTES @2
  29. STGOPENSTORAGE @3
  30. STGOPENSTORAGEONILOCKBYTES @4
  31. STGISSTORAGEFILE @5
  32. STGISSTORAGEILOCKBYTES @6
  33. STGSETTIMES @7
  34. DLLGETCLASSOBJECT @103
  35. IMPORTS
  36. KERNEL.LOADLIBRARYEX32W ;;@513 NODATA ;;
  37. KERNEL.FREELIBRARY32W ;;@514 NODATA ;;
  38. KERNEL.GETPROCADDRESS32W ;;@515 NODATA ;;
  39. KERNEL.GETVDMPOINTER32W ;;@516 NODATA ;;
  40. KERNEL.CALLPROC32W ;;@517 NODATA ;;