87 lines
3.2 KiB
Plaintext
87 lines
3.2 KiB
Plaintext
;//+-------------------------------------------------------------------------
|
|
;//
|
|
;// Microsoft Windows
|
|
;// Copyright (C) Microsoft Corporation, 1992 - 1993.
|
|
;//
|
|
;// File: storag32.def
|
|
;//
|
|
;// Contents: storag32.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 builds
|
|
;// $(CAIROLE)\ilib\storag32.def is used for non-Cairo 32-bit
|
|
;// $(COMMON)\ilib\storag32.def is used for Cairo 32-bit builds
|
|
;//
|
|
;//--------------------------------------------------------------------------
|
|
|
|
LIBRARY STORAG32
|
|
CODE DISCARDABLE LOADONCALL MOVABLE SHARED
|
|
DATA LOADONCALL SINGLE MOVABLE
|
|
|
|
EXPORTS
|
|
|
|
#if defined (i386)
|
|
|
|
_StgCreateDocfile@16 @1
|
|
_StgCreateDocfileOnILockBytes@16 @2
|
|
_StgOpenStorage@24 @3
|
|
_StgOpenStorageOnILockBytes@24 @4
|
|
_StgIsStorageFile@4 @5
|
|
_StgIsStorageILockBytes@4 @6
|
|
_StgSetTimes@16 @7
|
|
#ifdef _CAIRO_
|
|
_StgCreateStorage@20 @43
|
|
_StgCreateStorageOnHandle@16 @44
|
|
_StgOpenStorageOnHandle@12 @45
|
|
_StgIsStorage@8 @46
|
|
|
|
_FreeVariantArray@8 @50
|
|
#endif
|
|
|
|
_DfUnMarshalInterface@16 @102
|
|
_DllGetClassObject@12 @103
|
|
DllGetClassObject=_DllGetClassObject@12
|
|
|
|
#if DBG == 1
|
|
_DfDebug@8 @300
|
|
_DfSetResLimit@8 @310
|
|
_DfGetResLimit@4 @311
|
|
_DfGetMemAlloced@0 @302
|
|
_DfPrintAllocs@0 @303
|
|
#endif
|
|
|
|
#elif defined (_MIPS_)
|
|
|
|
_StgCreateDocfile @1
|
|
_StgCreateDocfileOnILockBytes @2
|
|
_StgOpenStorage @3
|
|
_StgOpenStorageOnILockBytes @4
|
|
_StgIsStorageFile @5
|
|
_StgIsStorageILockBytes @6
|
|
_StgSetTimes @7
|
|
#ifdef _CAIRO_
|
|
_StgCreateStorage @43
|
|
_StgCreateStorageOnHandle @44
|
|
_StgOpenStorageOnHandle @45
|
|
_StgIsStorage @46
|
|
|
|
_FreeVariantArray @50
|
|
#endif
|
|
|
|
_DfUnMarshalInterface @102
|
|
_DllGetClassObject @103
|
|
DllGetClassObject=_DllGetClassObject@12
|
|
|
|
#if DBG == 1
|
|
_DfDebug @300
|
|
_DfSetResLimit @310
|
|
_DfGetResLimit @311
|
|
_DfGetMemAlloced @302
|
|
_DfPrintAllocs @303
|
|
#endif
|
|
|
|
#endif // i386 - MIPS
|