Source code of Windows XP (NT5)
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

  1. ; ************************************************************
  2. ; File: LisRtl.def
  3. ; Created: 31-Dec-1997
  4. ;
  5. ; Note: be sure to keep this in sync with ..\iisrtl\iisrtl.def
  6. ;************************************************************
  7. LIBRARY LisRTL.DLL
  8. EXPORTS
  9. DllMain
  10. InitializeIISRTL
  11. TerminateIISRTL
  12. SchedulerInitialize
  13. SchedulerTerminate
  14. ScheduleWorkItem
  15. ScheduleAdjustTime
  16. RemoveWorkItem
  17. AllocCacheDumpStatsToHtml
  18. MIDL_user_allocate
  19. MIDL_user_free
  20. RpcBindHandleOverNamedPipe
  21. RpcBindHandleOverLpc
  22. RpcBindHandleOverTcpIp
  23. RpcuFindProtocolToUse
  24. RpcBindHandleForServer
  25. RpcBindHandleFree
  26. InitializeSecondsTimer
  27. GetCurrentTimeInSeconds
  28. GetCurrentTimeInMilliseconds
  29. GetQueryType
  30. IsNumberInUnicodeList
  31. MonBuildInstanceDefinition
  32. IISGetCurrentTime
  33. SystemTimeToGMT
  34. SystemTimeToGMTEx
  35. NtLargeIntegerTimeToSystemTime
  36. NtLargeIntegerTimeToLocalSystemTime
  37. NtSystemTimeToLargeInteger
  38. StringTimeToFileTime
  39. IsLargeIntegerToDecimalChar
  40. ZapRegistryKey
  41. CreateKey
  42. IsIPAddressLocal
  43. IISCreateDirectory
  44. InetInitializeResource
  45. InetAcquireResourceShared
  46. InetAcquireResourceExclusive
  47. InetReleaseResource
  48. InetConvertSharedToExclusive
  49. InetConvertExclusiveToShared
  50. InetDeleteResource
  51. InetDumpResource
  52. PuCreateDebugPrintsObject
  53. PuDeleteDebugPrintsObject
  54. PuDbgPrint
  55. PuDbgDump
  56. PuDbgAssertFailed
  57. PuDbgCaptureContext
  58. PuDbgCreateEvent
  59. PuDbgCreateSemaphore
  60. PuDbgCreateMutex
  61. CreateTraceLog
  62. DestroyTraceLog
  63. WriteTraceLog
  64. ResetTraceLog
  65. CreateRefTraceLog
  66. DestroyRefTraceLog
  67. WriteRefTraceLog
  68. WriteRefTraceLogEx
  69. IISCaptureStackBackTrace
  70. IISGetPlatformType
  71. IISInitializeCriticalSection
  72. IISSetCriticalSectionSpinCount
  73. CanonURL
  74. IISstrlwr
  75. IISstrupr
  76. IISstrnicmp
  77. IISstrlen
  78. IISstrncpy
  79. IISstricmp
  80. IISstrrchr
  81. LKRHashTableInit
  82. LKRHashTableUninit
  83. IisHeap
  84. IisMalloc
  85. IisCalloc
  86. IisReAlloc
  87. IisFree