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
48 lines
1.7 KiB
;//+-------------------------------------------------------------------------
|
|
;//
|
|
;// Microsoft Windows
|
|
;// Copyright (C) Microsoft Corporation, 1992 - 1993.
|
|
;//
|
|
;// File: storage.def
|
|
;//
|
|
;// Contents: storage.dll module definition file
|
|
;//
|
|
;// History: 23-Sep-92 DrewB Created from multiple def files
|
|
;// 09-Oct-92 AlexT Added HEAPSIZE to 16-bit definitions
|
|
;// 03-Feb-93 DrewB Changed docfile.def to storage.def
|
|
;//
|
|
;// Note: $(OLE)\storage.def is used for 16-bit and OLE32 32-bit builds
|
|
;// $(COMMON)\ilib\storage.def is used for Cairo 32-bit builds
|
|
;//
|
|
;//--------------------------------------------------------------------------
|
|
|
|
LIBRARY STORAGE
|
|
;EXETYPE WINDOWS 3.1
|
|
|
|
CODE DISCARDABLE LOADONCALL MOVABLE SHARED
|
|
DATA LOADONCALL SINGLE MOVABLE
|
|
|
|
; HEAPSIZE is required for RETAIL 16-bit builds where
|
|
; we do some local allocations.
|
|
|
|
HEAPSIZE 1024
|
|
|
|
EXPORTS
|
|
WEP @0 RESIDENTNAME
|
|
|
|
STGCREATEDOCFILE @1
|
|
STGCREATEDOCFILEONILOCKBYTES @2
|
|
STGOPENSTORAGE @3
|
|
STGOPENSTORAGEONILOCKBYTES @4
|
|
STGISSTORAGEFILE @5
|
|
STGISSTORAGEILOCKBYTES @6
|
|
STGSETTIMES @7
|
|
|
|
DLLGETCLASSOBJECT @103
|
|
|
|
IMPORTS
|
|
KERNEL.LOADLIBRARYEX32W ;;@513 NODATA ;;
|
|
KERNEL.FREELIBRARY32W ;;@514 NODATA ;;
|
|
KERNEL.GETPROCADDRESS32W ;;@515 NODATA ;;
|
|
KERNEL.GETVDMPOINTER32W ;;@516 NODATA ;;
|
|
KERNEL.CALLPROC32W ;;@517 NODATA ;;
|