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.

109 lines
2.1 KiB

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