mirror of https://github.com/tongzx/nt5src
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.
107 lines
2.0 KiB
107 lines
2.0 KiB
; ************************************************************
|
|
; File: LisRtl.def
|
|
; Created: 31-Dec-1997
|
|
;
|
|
; Note: be sure to keep this in sync with ..\iisrtl\iisrtl.def
|
|
;************************************************************
|
|
|
|
LIBRARY LisRTL.DLL
|
|
|
|
EXPORTS
|
|
DllMain
|
|
InitializeIISRTL
|
|
TerminateIISRTL
|
|
|
|
SchedulerInitialize
|
|
SchedulerTerminate
|
|
ScheduleWorkItem
|
|
ScheduleAdjustTime
|
|
RemoveWorkItem
|
|
|
|
AllocCacheDumpStatsToHtml
|
|
|
|
MIDL_user_allocate
|
|
MIDL_user_free
|
|
RpcBindHandleOverNamedPipe
|
|
RpcBindHandleOverLpc
|
|
RpcBindHandleOverTcpIp
|
|
RpcuFindProtocolToUse
|
|
RpcBindHandleForServer
|
|
RpcBindHandleFree
|
|
|
|
InitializeSecondsTimer
|
|
GetCurrentTimeInSeconds
|
|
GetCurrentTimeInMilliseconds
|
|
|
|
GetQueryType
|
|
IsNumberInUnicodeList
|
|
MonBuildInstanceDefinition
|
|
|
|
IISGetCurrentTime
|
|
SystemTimeToGMT
|
|
SystemTimeToGMTEx
|
|
NtLargeIntegerTimeToSystemTime
|
|
NtLargeIntegerTimeToLocalSystemTime
|
|
NtSystemTimeToLargeInteger
|
|
StringTimeToFileTime
|
|
IsLargeIntegerToDecimalChar
|
|
ZapRegistryKey
|
|
CreateKey
|
|
IsIPAddressLocal
|
|
IISCreateDirectory
|
|
|
|
InetInitializeResource
|
|
InetAcquireResourceShared
|
|
InetAcquireResourceExclusive
|
|
InetReleaseResource
|
|
InetConvertSharedToExclusive
|
|
InetConvertExclusiveToShared
|
|
InetDeleteResource
|
|
InetDumpResource
|
|
|
|
PuCreateDebugPrintsObject
|
|
PuDeleteDebugPrintsObject
|
|
|
|
PuDbgPrint
|
|
PuDbgDump
|
|
PuDbgAssertFailed
|
|
PuDbgCaptureContext
|
|
|
|
PuDbgCreateEvent
|
|
PuDbgCreateSemaphore
|
|
PuDbgCreateMutex
|
|
|
|
CreateTraceLog
|
|
DestroyTraceLog
|
|
WriteTraceLog
|
|
ResetTraceLog
|
|
|
|
CreateRefTraceLog
|
|
DestroyRefTraceLog
|
|
WriteRefTraceLog
|
|
WriteRefTraceLogEx
|
|
|
|
IISCaptureStackBackTrace
|
|
|
|
IISGetPlatformType
|
|
IISInitializeCriticalSection
|
|
IISSetCriticalSectionSpinCount
|
|
|
|
CanonURL
|
|
|
|
IISstrlwr
|
|
IISstrupr
|
|
IISstrnicmp
|
|
IISstrlen
|
|
IISstrncpy
|
|
IISstricmp
|
|
IISstrrchr
|
|
|
|
LKRHashTableInit
|
|
LKRHashTableUninit
|
|
|
|
IisHeap
|
|
IisMalloc
|
|
IisCalloc
|
|
IisReAlloc
|
|
IisFree
|