Leaked source code of windows server 2003
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.

854 lines
21 KiB

  1. EXPORTS
  2. DbgUiConnectToDbg
  3. DbgUiWaitStateChange
  4. DbgUiContinue
  5. DbgUiStopDebugging
  6. DbgUiDebugActiveProcess
  7. DbgUiGetThreadDebugObject
  8. DbgUiSetThreadDebugObject
  9. DbgUiRemoteBreakin
  10. DbgUiIssueRemoteBreakin
  11. DbgUiConvertStateChangeStructure
  12. DbgBreakPoint
  13. DbgPrint
  14. DbgPrintEx
  15. vDbgPrintEx
  16. vDbgPrintExWithPrefix
  17. DbgPrintReturnControlC
  18. DbgPrompt
  19. DbgUserBreakPoint
  20. DbgSetDebugFilterState
  21. DbgQueryDebugFilterState
  22. KiUserApcDispatcher
  23. KiUserCallbackDispatcher
  24. KiUserExceptionDispatcher
  25. KiRaiseUserExceptionDispatcher
  26. LdrAccessResource
  27. LdrEnumerateLoadedModules
  28. LdrEnumResources
  29. LdrFindEntryForAddress
  30. LdrFindResource_U
  31. LdrFindResourceEx_U
  32. LdrFindResourceDirectory_U
  33. LdrGetDllHandle
  34. LdrGetDllHandleEx
  35. #if defined(_X86_)
  36. LdrHotPatchRoutine
  37. #endif
  38. LdrAddRefDll
  39. LdrGetProcedureAddress
  40. LdrInitializeThunk
  41. LdrLoadDll
  42. #if defined(_WIN64)
  43. LdrProcessInitializationComplete = LdrpProcessInitializationComplete
  44. #endif
  45. LdrSetDllManifestProber
  46. LdrLockLoaderLock
  47. LdrSetAppCompatDllRedirectionCallback
  48. LdrShutdownProcess
  49. LdrShutdownThread
  50. LdrUnloadDll
  51. LdrUnlockLoaderLock
  52. LdrDisableThreadCalloutsForDll
  53. LdrInitShimEngineDynamic
  54. NlsMbCodePageTag CONSTANT // Data - use pointer for access
  55. NlsMbOemCodePageTag CONSTANT // Data - use pointer for access
  56. NlsAnsiCodePage CONSTANT // Data - use pointer for access
  57. PfxFindPrefix
  58. PfxInitialize
  59. PfxInsertPrefix
  60. PfxRemovePrefix
  61. RtlAbortRXact
  62. RtlAbsoluteToSelfRelativeSD
  63. RtlAcquirePebLock
  64. RtlAcquireResourceExclusive
  65. RtlAcquireResourceShared
  66. RtlActivateActivationContextUnsafeFast
  67. RtlAddAccessAllowedAce
  68. RtlAddAccessAllowedAceEx
  69. RtlAddAccessAllowedObjectAce
  70. RtlAddAccessDeniedAce
  71. RtlAddAccessDeniedAceEx
  72. RtlAddAccessDeniedObjectAce
  73. RtlAddCompoundAce
  74. RtlAddAce
  75. RtlAddActionToRXact
  76. RtlAddAtomToAtomTable
  77. RtlAddAttributeActionToRXact
  78. RtlAddAuditAccessAce
  79. RtlAddAuditAccessAceEx
  80. RtlAddAuditAccessObjectAce
  81. RtlAddressInSectionTable
  82. RtlAdjustPrivilege
  83. RtlAllocateAndInitializeSid
  84. RtlAllocateHandle
  85. RtlAllocateHeap
  86. RtlAnsiCharToUnicodeChar
  87. RtlAnsiStringToUnicodeSize=RtlxAnsiStringToUnicodeSize
  88. RtlAnsiStringToUnicodeString
  89. RtlAppendAsciizToString
  90. RtlAppendStringToString
  91. RtlAppendUnicodeToString
  92. RtlAppendUnicodeStringToString
  93. RtlApplicationVerifierStop
  94. RtlApplyRXact
  95. RtlApplyRXactNoFlush
  96. RtlAreAllAccessesGranted
  97. RtlAreAnyAccessesGranted
  98. RtlAreBitsClear
  99. RtlAreBitsSet
  100. RtlAssert
  101. RtlCharToInteger
  102. RtlCheckForOrphanedCriticalSections
  103. RtlCheckProcessParameters
  104. RtlCheckRegistryKey
  105. RtlClearAllBits
  106. RtlClearBits
  107. RtlCompactHeap
  108. RtlCompareMemory
  109. RtlCompareMemoryUlong
  110. RtlCompareString
  111. RtlCompareUnicodeString
  112. RtlCompressBuffer
  113. RtlComputeCrc32
  114. RtlComputeImportTableHash
  115. RtlConvertExclusiveToShared
  116. #if !defined(_WIN64)
  117. RtlConvertLongToLargeInteger = __RtlConvertLongToLargeInteger
  118. RtlConvertUlongToLargeInteger = __RtlConvertUlongToLargeInteger
  119. #endif
  120. RtlConvertSharedToExclusive
  121. RtlConvertSidToUnicodeString
  122. RtlConvertUiListToApiList
  123. RtlConvertToAutoInheritSecurityObject
  124. RtlCopyLuid
  125. RtlCopyLuidAndAttributesArray
  126. RtlCopyMappedMemory
  127. RtlCopySecurityDescriptor
  128. RtlCopySid
  129. RtlCopySidAndAttributesArray
  130. RtlCopyString
  131. RtlCopyUnicodeString
  132. RtlCreateAcl
  133. RtlCreateAndSetSD
  134. RtlCreateAtomTable
  135. RtlCreateEnvironment
  136. RtlCreateHeap
  137. RtlCreateProcessParameters
  138. RtlCreateRegistryKey
  139. RtlCreateSecurityDescriptor
  140. RtlCreateUnicodeString
  141. RtlCreateUnicodeStringFromAsciiz
  142. RtlCreateUserProcess
  143. RtlCreateUserSecurityObject
  144. RtlCreateUserThread
  145. RtlExitUserThread
  146. RtlDeactivateActivationContextUnsafeFast
  147. RtlDecompressBuffer
  148. RtlDecompressFragment
  149. RtlDefaultNpAcl
  150. RtlDelete
  151. RtlDeleteNoSplay
  152. RtlDeleteAce
  153. RtlDeleteAtomFromAtomTable
  154. RtlDeleteCriticalSection
  155. RtlDeleteElementGenericTable
  156. RtlDeleteElementGenericTableAvl
  157. RtlDeleteRegistryValue
  158. RtlDeleteResource
  159. RtlDeleteSecurityObject
  160. RtlDeNormalizeProcessParams
  161. RtlDestroyAtomTable
  162. RtlDestroyEnvironment
  163. RtlDestroyHandleTable
  164. RtlDestroyHeap
  165. RtlDestroyProcessParameters
  166. RtlDetermineDosPathNameType_U
  167. RtlDllShutdownInProgress
  168. RtlDoesFileExists_U
  169. RtlDosPathNameToNtPathName_U
  170. RtlDosPathNameToRelativeNtPathName_U
  171. RtlNtPathNameToDosPathName
  172. RtlDosSearchPath_U
  173. RtlDosSearchPath_Ustr
  174. RtlDowncaseUnicodeChar
  175. RtlDowncaseUnicodeString
  176. RtlDumpResource
  177. RtlDuplicateUnicodeString
  178. RtlEmptyAtomTable
  179. RtlEnableEarlyCriticalSectionEventCreation
  180. #ifndef _WIN64
  181. RtlEnlargedIntegerMultiply = _RtlEnlargedIntegerMultiply
  182. RtlEnlargedUnsignedMultiply = _RtlEnlargedUnsignedMultiply
  183. RtlEnlargedUnsignedDivide = _RtlEnlargedUnsignedDivide
  184. #endif
  185. RtlEnterCriticalSection
  186. RtlEnumerateGenericTable
  187. RtlEnumerateGenericTableAvl
  188. RtlEnumerateGenericTableLikeADirectory
  189. RtlEnumerateGenericTableWithoutSplaying
  190. RtlEnumerateGenericTableWithoutSplayingAvl
  191. RtlEnumProcessHeaps
  192. RtlEqualComputerName
  193. RtlEqualDomainName
  194. RtlEqualLuid
  195. RtlEqualPrefixSid
  196. RtlEqualSid
  197. RtlEqualString
  198. RtlEqualUnicodeString
  199. RtlEraseUnicodeString
  200. #if !defined(_WIN64)
  201. RtlExtendedIntegerMultiply
  202. RtlExtendedLargeIntegerDivide
  203. #endif
  204. #if defined(_X86_) || defined(_IA64_)
  205. RtlExtendedMagicDivide
  206. #endif
  207. RtlExpandEnvironmentStrings_U
  208. RtlFillMemory
  209. #if !defined(_AMD64_)
  210. RtlFillMemoryUlong
  211. #endif
  212. RtlFindCharInUnicodeString
  213. RtlFindClearBits
  214. RtlFindClearBitsAndSet
  215. RtlFindClearRuns
  216. RtlFindLongestRunClear
  217. RtlFindLastBackwardRunClear
  218. RtlFindNextForwardRunClear
  219. RtlFindMessage
  220. RtlFindSetBits
  221. RtlFindSetBitsAndClear
  222. RtlFirstFreeAce
  223. RtlFormatMessage
  224. RtlFormatCurrentUserKeyPath
  225. RtlFreeAnsiString
  226. RtlFreeHandle
  227. RtlFreeHeap
  228. RtlFreeOemString
  229. RtlFreeSid
  230. RtlFreeUnicodeString
  231. RtlFreeUserThreadStack
  232. RtlGenerate8dot3Name
  233. RtlGetAce
  234. RtlGetCompressionWorkSpaceSize
  235. RtlGetControlSecurityDescriptor
  236. RtlSetControlSecurityDescriptor
  237. RtlSetAttributesSecurityDescriptor
  238. RtlSetEnvironmentStrings
  239. RtlGetCurrentDirectory_U
  240. RtlGetDaclSecurityDescriptor
  241. RtlGetElementGenericTable
  242. RtlGetElementGenericTableAvl
  243. RtlGetFrame
  244. #if defined(BUILD_WOW6432)
  245. RtlGetNativeSystemInformation = NtWow64GetNativeSystemInformation
  246. NtWow64QueryInformationProcess64
  247. NtWow64ReadVirtualMemory64
  248. #else
  249. RtlGetNativeSystemInformation = NtQuerySystemInformation
  250. #endif
  251. RtlGetNtVersionNumbers
  252. RtlGUIDFromString
  253. RtlGetFullPathName_U
  254. RtlGetFullPathName_UstrEx
  255. RtlGetGroupSecurityDescriptor
  256. RtlGetLastNtStatus
  257. RtlGetLastWin32Error
  258. RtlGetLongestNtPathLength
  259. RtlGetUserInfoHeap
  260. RtlGetUnloadEventTrace
  261. RtlGetNtGlobalFlags
  262. RtlGetNtProductType
  263. RtlGetOwnerSecurityDescriptor
  264. RtlGetSaclSecurityDescriptor
  265. RtlGetSecurityDescriptorRMControl
  266. RtlGetThreadErrorMode
  267. RtlGetVersion
  268. RtlIdentifierAuthoritySid
  269. RtlImageDirectoryEntryToData
  270. RtlImageNtHeader
  271. RtlImageNtHeaderEx
  272. RtlImageRvaToSection
  273. RtlImageRvaToVa
  274. RtlImpersonateSelf
  275. RtlInitAnsiString
  276. RtlInitAnsiStringEx
  277. RtlInitializeAtomPackage
  278. RtlInitializeBitMap
  279. RtlInitializeContext
  280. RtlInitializeCriticalSection
  281. RtlInitializeCriticalSectionAndSpinCount
  282. RtlSetCriticalSectionSpinCount
  283. RtlInitializeGenericTable
  284. RtlInitializeGenericTableAvl
  285. RtlInitializeHandleTable
  286. RtlInitializeResource
  287. RtlInitializeRXact
  288. RtlInitializeSid
  289. RtlInitializeSListHead
  290. RtlInitString
  291. RtlInitUnicodeString
  292. RtlInitUnicodeStringEx
  293. RtlInsertElementGenericTable
  294. RtlInsertElementGenericTableAvl
  295. RtlInsertElementGenericTableFull
  296. RtlInsertElementGenericTableFullAvl
  297. RtlIntegerToChar
  298. RtlIntegerToUnicodeString
  299. RtlInterlockedFlushSList
  300. RtlInterlockedPopEntrySList
  301. RtlInterlockedPushEntrySList
  302. RtlQueryDepthSList
  303. RtlInterlockedPushListSList=InterlockedPushListSList
  304. RtlFirstEntrySList=FirstEntrySList
  305. #if !defined(_WIN64)
  306. RtlInterlockedCompareExchange64=InterlockedCompareExchange64
  307. #endif
  308. RtlInt64ToUnicodeString
  309. RtlIpv4AddressToStringA
  310. RtlIpv4AddressToStringW
  311. RtlIpv4AddressToStringExA
  312. RtlIpv4AddressToStringExW
  313. RtlIpv4StringToAddressA
  314. RtlIpv4StringToAddressW
  315. RtlIpv4StringToAddressExA
  316. RtlIpv4StringToAddressExW
  317. RtlIpv6AddressToStringA
  318. RtlIpv6AddressToStringW
  319. RtlIpv6AddressToStringExA
  320. RtlIpv6AddressToStringExW
  321. RtlIpv6StringToAddressA
  322. RtlIpv6StringToAddressW
  323. RtlIpv6StringToAddressExA
  324. RtlIpv6StringToAddressExW
  325. RtlIsDosDeviceName_U
  326. RtlIsGenericTableEmpty
  327. RtlIsGenericTableEmptyAvl
  328. RtlIsNameLegalDOS8Dot3
  329. RtlIsValidHandle
  330. RtlIsValidIndexHandle
  331. #if !defined(_WIN64)
  332. RtlLargeIntegerAdd
  333. RtlLargeIntegerArithmeticShift
  334. RtlLargeIntegerDivide
  335. RtlLargeIntegerNegate
  336. RtlLargeIntegerShiftLeft
  337. RtlLargeIntegerShiftRight
  338. RtlLargeIntegerSubtract
  339. #endif
  340. RtlLargeIntegerToChar
  341. RtlLeaveCriticalSection
  342. RtlLengthRequiredSid
  343. RtlLengthSecurityDescriptor
  344. RtlLengthSid
  345. RtlLockHeap
  346. RtlLookupAtomInAtomTable
  347. RtlLookupElementGenericTable
  348. RtlLookupElementGenericTableAvl
  349. RtlLookupElementGenericTableFull
  350. RtlLookupElementGenericTableFullAvl
  351. RtlMakeSelfRelativeSD
  352. RtlMapGenericMask
  353. RtlMapSecurityErrorToNtStatus
  354. #if !defined(_M_IA64)
  355. RtlMoveMemory
  356. #endif
  357. RtlConsoleMultiByteToUnicodeN
  358. RtlMultiByteToUnicodeN
  359. RtlMultiByteToUnicodeSize
  360. RtlMultipleAllocateHeap
  361. RtlMultipleFreeHeap
  362. RtlNewInstanceSecurityObject
  363. RtlNewSecurityGrantedAccess
  364. RtlNewSecurityObject
  365. RtlNewSecurityObjectEx
  366. RtlNewSecurityObjectWithMultipleInheritance
  367. RtlNormalizeProcessParams
  368. RtlNtStatusToDosError
  369. RtlNtStatusToDosErrorNoTeb
  370. RtlNumberGenericTableElements
  371. RtlNumberGenericTableElementsAvl
  372. RtlNumberOfClearBits
  373. RtlNumberOfSetBits
  374. RtlOemStringToUnicodeSize=RtlxOemStringToUnicodeSize
  375. RtlOemStringToUnicodeString
  376. RtlOemToUnicodeN
  377. RtlOpenCurrentUser
  378. RtlPcToFileHeader
  379. RtlpNtCreateKey
  380. RtlpNtEnumerateSubKey
  381. RtlpNtMakeTemporaryKey
  382. RtlpNtOpenKey
  383. RtlpNtQueryValueKey
  384. RtlpNtSetValueKey
  385. RtlPinAtomInAtomTable
  386. RtlPopFrame
  387. RtlPrefixString
  388. RtlPrefixUnicodeString
  389. RtlPushFrame
  390. RtlQueueApcWow64Thread
  391. RtlQueryAtomInAtomTable
  392. RtlQueryEnvironmentVariable_U
  393. RtlQueryHeapInformation
  394. RtlQueryInformationAcl
  395. RtlQueryRegistryValues
  396. RtlQuerySecurityObject
  397. RtlQueryTimeZoneInformation
  398. RtlRaiseException
  399. RtlRaiseStatus
  400. RtlRandom
  401. RtlRandomEx
  402. RtlReAllocateHeap
  403. RtlRealPredecessor
  404. RtlRealSuccessor
  405. RtlReleasePebLock
  406. RtlReleaseRelativeName
  407. RtlReleaseResource
  408. RtlRemoteCall
  409. RtlRestoreLastWin32Error
  410. RtlRunDecodeUnicodeString
  411. RtlRunEncodeUnicodeString
  412. RtlSecondsSince1970ToTime
  413. RtlSecondsSince1980ToTime
  414. RtlSelfRelativeToAbsoluteSD
  415. RtlSelfRelativeToAbsoluteSD2
  416. RtlSetAllBits
  417. RtlSetBits
  418. RtlSetCurrentDirectory_U
  419. RtlSetCurrentEnvironment
  420. RtlSetDaclSecurityDescriptor
  421. RtlSetEnvironmentVariable
  422. RtlSetGroupSecurityDescriptor
  423. RtlSetHeapInformation
  424. RtlSetLastWin32Error
  425. RtlSetLastWin32ErrorAndNtStatusFromNtStatus
  426. RtlSetUserValueHeap
  427. RtlSetUserFlagsHeap
  428. RtlSetInformationAcl
  429. RtlSetOwnerSecurityDescriptor
  430. RtlSetProcessIsCritical
  431. RtlSetSaclSecurityDescriptor
  432. RtlSetSecurityDescriptorRMControl
  433. RtlSetSecurityObject
  434. RtlSetSecurityObjectEx
  435. RtlSetThreadErrorMode
  436. RtlSetThreadIsCritical
  437. RtlSetTimeZoneInformation
  438. RtlSizeHeap
  439. RtlSplay
  440. RtlStartRXact
  441. RtlStringFromGUID
  442. RtlSubAuthorityCountSid
  443. RtlSubAuthoritySid
  444. RtlSubtreePredecessor
  445. RtlSubtreeSuccessor
  446. RtlTimeToElapsedTimeFields
  447. RtlTimeFieldsToTime
  448. RtlTimeToSecondsSince1970
  449. RtlTimeToSecondsSince1980
  450. RtlTimeToTimeFields
  451. RtlTraceDatabaseCreate
  452. RtlTraceDatabaseDestroy
  453. RtlTraceDatabaseValidate
  454. RtlTraceDatabaseAdd
  455. RtlTraceDatabaseFind
  456. RtlTraceDatabaseEnumerate
  457. RtlTraceDatabaseLock
  458. RtlTraceDatabaseUnlock
  459. RtlTryEnterCriticalSection
  460. RtlUnhandledExceptionFilter
  461. RtlUnhandledExceptionFilter2
  462. RtlUnicodeStringToAnsiSize=RtlxUnicodeStringToAnsiSize
  463. RtlUnicodeStringToAnsiString
  464. RtlUnicodeStringToInteger
  465. RtlUnicodeStringToOemSize=RtlxUnicodeStringToOemSize
  466. RtlUnicodeStringToOemString
  467. RtlUnicodeStringToCountedOemString
  468. RtlUnicodeToMultiByteN
  469. RtlUnicodeToOemN
  470. RtlUnicodeToMultiByteSize
  471. RtlUniform
  472. RtlUnlockHeap
  473. RtlUnwind
  474. RtlUpcaseUnicodeChar
  475. RtlUpcaseUnicodeString
  476. RtlUpcaseUnicodeStringToAnsiString
  477. RtlUpcaseUnicodeStringToOemString
  478. RtlUpcaseUnicodeStringToCountedOemString
  479. RtlUpcaseUnicodeToMultiByteN
  480. RtlUpcaseUnicodeToOemN
  481. RtlUpperChar
  482. RtlUpperString
  483. RtlValidAcl
  484. RtlValidateUnicodeString
  485. RtlValidSecurityDescriptor
  486. RtlValidRelativeSecurityDescriptor
  487. RtlValidSid
  488. RtlVerifyVersionInfo
  489. RtlWalkFrameChain
  490. RtlWalkHeap
  491. RtlWow64EnableFsRedirection = RtlpWow64EnableFsRedirection
  492. RtlWriteRegistryValue
  493. RtlxAnsiStringToUnicodeSize
  494. RtlxOemStringToUnicodeSize
  495. RtlxUnicodeStringToAnsiSize
  496. RtlxUnicodeStringToOemSize
  497. RtlZeroHeap
  498. RtlZeroMemory
  499. RtlSystemTimeToLocalTime
  500. RtlLocalTimeToSystemTime
  501. //
  502. // #if BUILD_WOW6432, Csr functions are in ntdll\wow6432\wow64csr.c.
  503. //
  504. CsrClientConnectToServer
  505. CsrClientCallServer
  506. CsrAllocateCaptureBuffer
  507. CsrFreeCaptureBuffer
  508. CsrAllocateMessagePointer
  509. CsrCaptureMessageBuffer
  510. CsrCaptureMessageString
  511. CsrCaptureMessageMultiUnicodeStringsInPlace
  512. CsrCaptureTimeout
  513. CsrProbeForWrite
  514. CsrProbeForRead
  515. CsrNewThread
  516. CsrIdentifyAlertableThread
  517. CsrSetPriorityClass
  518. CsrGetProcessId
  519. RtlCutoverTimeToSystemTime
  520. RtlExtendHeap
  521. RtlUsageHeap
  522. RtlCreateTagHeap
  523. RtlQueryTagHeap
  524. RtlGetProcessHeaps
  525. RtlCreateQueryDebugBuffer
  526. RtlDestroyQueryDebugBuffer
  527. RtlQueryProcessDebugInformation
  528. RtlFlushSecureMemoryCache
  529. RtlRegisterSecureMemoryCacheCallback
  530. atan
  531. tan
  532. sin
  533. cos
  534. ceil
  535. floor
  536. log
  537. pow
  538. sqrt
  539. abs
  540. fabs
  541. labs
  542. RtlpNotOwnerCriticalSection
  543. RtlpWaitForCriticalSection
  544. RtlpUnWaitCriticalSection
  545. RtlIsTextUnicode
  546. RtlGetCallersAddress
  547. #if i386
  548. RtlCaptureStackContext
  549. #endif // i386
  550. RtlLogStackBackTrace
  551. RtlCaptureContext
  552. RtlCaptureStackBackTrace
  553. RtlValidateHeap
  554. RtlValidateProcessHeaps
  555. RtlQueryProcessLockInformation
  556. RtlQueryProcessBackTraceInformation
  557. RtlQueryProcessHeapInformation
  558. LdrQueryProcessModuleInformation
  559. LdrQueryImageFileExecutionOptions
  560. LdrQueryImageFileExecutionOptionsEx
  561. LdrLockLoaderLock
  562. LdrUnlockLoaderLock
  563. RtlInitNlsTables
  564. RtlResetRtlTranslations
  565. RtlCustomCPToUnicodeN
  566. RtlUnicodeToCustomCPN
  567. RtlUpcaseUnicodeToCustomCPN
  568. RtlInitCodePageTable
  569. LdrProcessRelocationBlock
  570. LdrVerifyImageMatchesChecksum
  571. VerSetConditionMask
  572. RtlAddVectoredExceptionHandler
  573. RtlRemoveVectoredExceptionHandler
  574. strlen
  575. strcpy
  576. strstr
  577. strchr
  578. strrchr
  579. strspn
  580. strcspn
  581. strpbrk
  582. strcat
  583. strcmp
  584. strncmp
  585. strncat
  586. strncpy
  587. strtol
  588. strtoul
  589. _strlwr
  590. _stricmp
  591. _strnicmp
  592. _strcmpi = _stricmp
  593. _strupr
  594. toupper
  595. tolower
  596. towlower
  597. towupper
  598. wcslen
  599. wcscpy
  600. wcsstr
  601. wcschr
  602. wcstol
  603. wcstoul
  604. _wcstoui64
  605. wcsrchr
  606. wcscspn
  607. wcspbrk
  608. wcscat
  609. wcscmp
  610. wcsspn
  611. wcsncmp
  612. wcsncat
  613. wcsncpy
  614. _wcsupr
  615. _wcslwr
  616. _wcsicmp
  617. _wcsnicmp
  618. _memccpy
  619. mbstowcs
  620. wcstombs
  621. memchr
  622. memcmp
  623. #if defined(_IA64_)
  624. memset PRIVATE
  625. memcpy PRIVATE
  626. memmove PRIVATE
  627. #else
  628. memset
  629. memcpy
  630. memmove
  631. #endif
  632. _memicmp
  633. sprintf
  634. _snprintf
  635. swprintf
  636. _snwprintf
  637. vsprintf
  638. _vsnprintf
  639. _vscwprintf
  640. sscanf
  641. qsort
  642. atol
  643. _wtol
  644. atoi
  645. _wtoi
  646. _atoi64
  647. _wtoi64
  648. _itoa
  649. _itow
  650. _i64toa
  651. _i64tow
  652. _ltoa
  653. _ltow
  654. _ultoa
  655. _ui64toa
  656. _ultow
  657. _splitpath
  658. isupper
  659. islower
  660. isdigit
  661. isalpha
  662. isxdigit
  663. isspace
  664. ispunct
  665. isalnum
  666. isprint
  667. isgraph
  668. iscntrl
  669. toupper
  670. tolower
  671. _tolower
  672. _toupper
  673. __isascii
  674. __toascii
  675. __iscsymf
  676. __iscsym
  677. bsearch
  678. _ui64tow
  679. _lfind
  680. _vsnwprintf
  681. iswalpha
  682. iswctype
  683. iswxdigit
  684. iswdigit
  685. iswspace
  686. iswlower
  687. _fltused CONSTANT
  688. RtlProtectHeap
  689. RtlSetUnicodeCallouts
  690. RtlConvertVariantToProperty
  691. RtlConvertPropertyToVariant
  692. PropertyLengthAsVariant
  693. RtlRegisterWait
  694. RtlDeregisterWait
  695. RtlDeregisterWaitEx
  696. RtlQueueWorkItem
  697. RtlCreateTimerQueue
  698. RtlCreateTimer
  699. RtlUpdateTimer
  700. RtlDeleteTimer
  701. RtlDeleteTimerQueue
  702. RtlDeleteTimerQueueEx
  703. RtlSetThreadPoolStartFunc
  704. RtlSetIoCompletionCallback
  705. //RtlThreadPoolCleanup
  706. RtlDebugPrintTimes
  707. RtlSetTimer
  708. RtlCancelTimer
  709. RtlDnsHostNameToComputerName
  710. LdrLoadAlternateResourceModule
  711. LdrUnloadAlternateResourceModule
  712. LdrAlternateResourcesEnabled
  713. LdrFlushAlternateResourceModules
  714. #if !defined(_AMD64_)
  715. RtlUshortByteSwap
  716. RtlUlongByteSwap
  717. RtlUlonglongByteSwap
  718. #endif
  719. RtlFindLeastSignificantBit
  720. RtlFindMostSignificantBit
  721. RtlCreateActivationContext
  722. RtlAddRefActivationContext
  723. RtlReleaseActivationContext
  724. RtlZombifyActivationContext
  725. RtlActivateActivationContext
  726. RtlActivateActivationContextEx
  727. RtlDeactivateActivationContext
  728. RtlDosApplyFileIsolationRedirection_Ustr
  729. RtlFindActivationContextSectionGuid
  730. RtlFindActivationContextSectionString
  731. RtlFreeThreadActivationContextStack
  732. RtlGetActiveActivationContext
  733. RtlIsActivationContextActive
  734. RtlQueryInformationActiveActivationContext
  735. RtlQueryInformationActivationContext
  736. RtlHashUnicodeString
  737. RtlGetCurrentPeb
  738. RtlComputePrivatizedDllName_U
  739. #if !defined(BUILD_WOW6432) // Nonnative binaries get thunked before ever needing these.
  740. RtlInitMemoryStream
  741. RtlAddRefMemoryStream
  742. RtlReleaseMemoryStream
  743. RtlQueryInterfaceMemoryStream
  744. RtlReadMemoryStream
  745. RtlWriteMemoryStream
  746. RtlSeekMemoryStream
  747. RtlSetMemoryStreamSize
  748. RtlCopyMemoryStreamTo
  749. RtlCommitMemoryStream
  750. RtlRevertMemoryStream
  751. RtlLockMemoryStreamRegion
  752. RtlUnlockMemoryStreamRegion
  753. RtlStatMemoryStream
  754. RtlCloneMemoryStream
  755. RtlInitOutOfProcessMemoryStream
  756. RtlFinalReleaseOutOfProcessMemoryStream
  757. RtlReadOutOfProcessMemoryStream
  758. RtlCopyOutOfProcessMemoryStreamTo
  759. RtlCreateSystemVolumeInformationFolder
  760. #endif // BUILD_WOW6432
  761. LdrCreateOutOfProcessImage
  762. LdrFindCreateProcessManifest
  763. LdrAccessOutOfProcessResource
  764. LdrDestroyOutOfProcessImage
  765. RtlMultiAppendUnicodeStringBuffer
  766. RtlpEnsureBufferSize
  767. RtlAppendPathElement
  768. RtlGetLengthWithoutLastFullDosOrNtPathElement
  769. RtlGetLengthWithoutTrailingPathSeperators
  770. RtlpApplyLengthFunction
  771. RtlLockBootStatusData
  772. RtlGetSetBootStatusData
  773. RtlUnlockBootStatusData
  774. RtlCreateBootStatusDataFile
  775. RtlIsThreadWithinLoaderCallout
  776. EtwStartTraceA
  777. EtwStartTraceW
  778. EtwStopTraceA
  779. EtwStopTraceW
  780. EtwQueryTraceA
  781. EtwQueryTraceW
  782. EtwUpdateTraceA
  783. EtwUpdateTraceW
  784. EtwFlushTraceA
  785. EtwFlushTraceW
  786. EtwControlTraceA
  787. EtwControlTraceW
  788. EtwQueryAllTracesA
  789. EtwQueryAllTracesW
  790. EtwGetTraceLoggerHandle
  791. EtwGetTraceEnableLevel
  792. EtwGetTraceEnableFlags
  793. EtwCreateTraceInstanceId
  794. EtwEnableTrace
  795. EtwEnumerateTraceGuids
  796. EtwRegisterTraceGuidsA
  797. EtwRegisterTraceGuidsW
  798. EtwTraceEvent
  799. EtwTraceEventInstance
  800. EtwTraceMessage
  801. EtwTraceMessageVa
  802. EtwUnregisterTraceGuids
  803. EtwNotificationRegistrationA
  804. EtwNotificationRegistrationW
  805. EtwReceiveNotificationsA
  806. EtwReceiveNotificationsW
  807. EtwpGetTraceBuffer
  808. EtwpSetHWConfigFunction
  809. NtGetTickCount = RtlGetTickCount