mirror of https://github.com/lianthony/NT4.0
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.
47 lines
870 B
47 lines
870 B
; ************************************************************
|
|
; File: infocomm.def
|
|
; System: Windows NT 3.51
|
|
; Created: 8-Feb-1995
|
|
;************************************************************
|
|
|
|
LIBRARY INFOCOMM
|
|
|
|
DESCRIPTION 'Internet Services Helper Library'
|
|
|
|
EXPORTS
|
|
|
|
DLLEntry
|
|
DynLoadODBC
|
|
|
|
;
|
|
; From Tsunami library
|
|
;
|
|
|
|
Tsunami_Initialize
|
|
TsGetPlatformType
|
|
|
|
TsAllocate
|
|
TsAllocateEx
|
|
TsReallocate
|
|
TsFree
|
|
|
|
TsCacheDirectoryBlobA
|
|
TsCacheDirectoryBlobW
|
|
TsCheckOutCachedBlobA
|
|
TsCheckOutCachedBlobW
|
|
TsCheckInCachedBlob
|
|
TsAdjustCachedBlobSize
|
|
|
|
TsCacheFlush
|
|
TsExpireCachedBlob
|
|
|
|
TsCreateFileA
|
|
TsCreateFileW
|
|
TsCloseHandle
|
|
|
|
TsReadVirtualRoots
|
|
TsAddVirtualRootW
|
|
TsLookupVirtualRoot
|
|
TsRemoveVirtualRoots
|
|
|
|
; ********************* End of File *****************************
|