Martin Storsjö | 9bd6bca | 2017-08-15 00:00:09 +0300 | [diff] [blame] | 1 | #include "func.def.in" |
| 2 | |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 3 | LIBRARY "KERNEL32.dll" |
| 4 | EXPORTS |
| 5 | AcquireSRWLockExclusive |
| 6 | AcquireSRWLockShared |
| 7 | ActivateActCtx |
| 8 | ActivateActCtxWorker |
Biswapriyo Nath | d367cc9 | 2023-07-28 18:21:18 +0530 | [diff] [blame] | 9 | ActivatePackageVirtualizationContext |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 10 | AddAtomA |
| 11 | AddAtomW |
| 12 | AddConsoleAliasA |
| 13 | AddConsoleAliasW |
| 14 | AddDllDirectory |
| 15 | AddIntegrityLabelToBoundaryDescriptor |
| 16 | AddLocalAlternateComputerNameA |
| 17 | AddLocalAlternateComputerNameW |
| 18 | AddRefActCtx |
| 19 | AddRefActCtxWorker |
| 20 | AddResourceAttributeAce |
| 21 | AddSIDToBoundaryDescriptor |
| 22 | AddScopedPolicyIDAce |
| 23 | AddSecureMemoryCacheCallback |
| 24 | AddVectoredContinueHandler |
| 25 | AddVectoredExceptionHandler |
| 26 | AdjustCalendarDate |
| 27 | AllocConsole |
Biswapriyo Nath | f4bf2cf | 2024-12-07 14:33:43 +0000 | [diff] [blame] | 28 | AllocConsoleWithOptions |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 29 | AllocateUserPhysicalPages |
| 30 | AllocateUserPhysicalPagesNuma |
Biswapriyo Nath | b95e68a | 2019-01-25 00:22:41 +0530 | [diff] [blame] | 31 | AppPolicyGetClrCompat |
| 32 | AppPolicyGetCreateFileAccess |
| 33 | AppPolicyGetLifecycleManagement |
| 34 | AppPolicyGetMediaFoundationCodecLoading |
| 35 | AppPolicyGetProcessTerminationMethod |
| 36 | AppPolicyGetShowDeveloperDiagnostic |
| 37 | AppPolicyGetThreadInitializationType |
| 38 | AppPolicyGetWindowingModel |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 39 | AppXGetOSMaxVersionTested |
| 40 | ApplicationRecoveryFinished |
| 41 | ApplicationRecoveryInProgress |
| 42 | AreFileApisANSI |
Biswapriyo Nath | 5eb3157 | 2023-07-26 11:32:39 +0530 | [diff] [blame] | 43 | AreShortNamesEnabled |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 44 | AssignProcessToJobObject |
| 45 | AttachConsole |
| 46 | BackupRead |
| 47 | BackupSeek |
| 48 | BackupWrite |
| 49 | BaseCheckAppcompatCache |
| 50 | BaseCheckAppcompatCacheEx |
| 51 | BaseCheckAppcompatCacheExWorker |
| 52 | BaseCheckAppcompatCacheWorker |
| 53 | BaseCheckElevation |
| 54 | BaseCheckRunApp |
| 55 | BaseCleanupAppcompatCacheSupport |
| 56 | BaseCleanupAppcompatCacheSupportWorker |
| 57 | BaseDestroyVDMEnvironment |
| 58 | BaseDllReadWriteIniFile |
| 59 | BaseDumpAppcompatCache |
| 60 | BaseDumpAppcompatCacheWorker |
| 61 | BaseElevationPostProcessing |
| 62 | BaseFlushAppcompatCache |
| 63 | BaseFlushAppcompatCacheWorker |
| 64 | BaseFormatObjectAttributes |
| 65 | BaseFormatTimeOut |
| 66 | BaseFreeAppCompatDataForProcessWorker |
| 67 | BaseGenerateAppCompatData |
| 68 | BaseGetNamedObjectDirectory |
| 69 | BaseInitAppcompatCacheSupport |
| 70 | BaseInitAppcompatCacheSupportWorker |
| 71 | BaseIsAppcompatInfrastructureDisabled |
| 72 | BaseIsAppcompatInfrastructureDisabledWorker |
| 73 | BaseIsDosApplication |
Martin Storsjö | 9bd6bca | 2017-08-15 00:00:09 +0300 | [diff] [blame] | 74 | BaseProcessInitPostImport |
| 75 | BaseProcessStart |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 76 | BaseQueryModuleData |
| 77 | BaseReadAppCompatDataForProcessWorker |
Martin Storsjö | 9bd6bca | 2017-08-15 00:00:09 +0300 | [diff] [blame] | 78 | BaseThreadStart |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 79 | BaseSetLastNTError |
| 80 | BaseThreadInitThunk |
| 81 | BaseUpdateAppcompatCache |
| 82 | BaseUpdateAppcompatCacheWorker |
| 83 | BaseUpdateVDMEntry |
| 84 | BaseVerifyUnicodeString |
| 85 | BaseWriteErrorElevationRequiredEvent |
| 86 | Basep8BitStringToDynamicUnicodeString |
| 87 | BasepAllocateActivationContextActivationBlock |
| 88 | BasepAnsiStringToDynamicUnicodeString |
| 89 | BasepAppContainerEnvironmentExtension |
| 90 | BasepAppXExtension |
| 91 | BasepCheckAppCompat |
| 92 | BasepCheckBadapp |
| 93 | BasepCheckWebBladeHashes |
| 94 | BasepCheckWinSaferRestrictions |
| 95 | BasepConstructSxsCreateProcessMessage |
| 96 | BasepCopyEncryption |
| 97 | BasepFreeActivationContextActivationBlock |
| 98 | BasepFreeAppCompatData |
| 99 | BasepGetAppCompatData |
| 100 | BasepGetComputerNameFromNtPath |
| 101 | BasepGetExeArchType |
Biswapriyo Nath | b95e68a | 2019-01-25 00:22:41 +0530 | [diff] [blame] | 102 | BasepInitAppCompatData |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 103 | BasepIsProcessAllowed |
| 104 | BasepMapModuleHandle |
| 105 | BasepNotifyLoadStringResource |
| 106 | BasepPostSuccessAppXExtension |
| 107 | BasepProcessInvalidImage |
| 108 | BasepQueryAppCompat |
Biswapriyo Nath | b95e68a | 2019-01-25 00:22:41 +0530 | [diff] [blame] | 109 | BasepQueryModuleChpeSettings |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 110 | BasepReleaseAppXContext |
| 111 | BasepReleaseSxsCreateProcessUtilityStruct |
| 112 | BasepReportFault |
| 113 | BasepSetFileEncryptionCompression |
| 114 | Beep |
| 115 | BeginUpdateResourceA |
| 116 | BeginUpdateResourceW |
| 117 | BindIoCompletionCallback |
| 118 | BuildCommDCBA |
| 119 | BuildCommDCBAndTimeoutsA |
| 120 | BuildCommDCBAndTimeoutsW |
| 121 | BuildCommDCBW |
Biswapriyo Nath | d367cc9 | 2023-07-28 18:21:18 +0530 | [diff] [blame] | 122 | BuildIoRingCancelRequest |
| 123 | BuildIoRingFlushFile |
| 124 | BuildIoRingReadFile |
Biswapriyo Nath | 893f14b | 2024-10-08 14:56:48 +0000 | [diff] [blame] | 125 | BuildIoRingReadFileScatter |
Biswapriyo Nath | d367cc9 | 2023-07-28 18:21:18 +0530 | [diff] [blame] | 126 | BuildIoRingRegisterBuffers |
| 127 | BuildIoRingRegisterFileHandles |
| 128 | BuildIoRingWriteFile |
Biswapriyo Nath | 893f14b | 2024-10-08 14:56:48 +0000 | [diff] [blame] | 129 | BuildIoRingWriteFileGather |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 130 | CallNamedPipeA |
| 131 | CallNamedPipeW |
| 132 | CallbackMayRunLong |
| 133 | CalloutOnFiberStack |
| 134 | CancelDeviceWakeupRequest |
| 135 | CancelIo |
| 136 | CancelIoEx |
| 137 | CancelSynchronousIo |
| 138 | CancelThreadpoolIo |
| 139 | CancelTimerQueueTimer |
| 140 | CancelWaitableTimer |
| 141 | CeipIsOptedIn |
| 142 | ChangeTimerQueueTimer |
| 143 | CheckAllowDecryptedRemoteDestinationPolicy |
| 144 | CheckElevation |
| 145 | CheckElevationEnabled |
| 146 | CheckForReadOnlyResource |
| 147 | CheckForReadOnlyResourceFilter |
| 148 | CheckNameLegalDOS8Dot3A |
| 149 | CheckNameLegalDOS8Dot3W |
| 150 | CheckRemoteDebuggerPresent |
| 151 | CheckTokenCapability |
| 152 | CheckTokenMembershipEx |
| 153 | ClearCommBreak |
| 154 | ClearCommError |
| 155 | CloseConsoleHandle |
| 156 | CloseHandle |
Biswapriyo Nath | d367cc9 | 2023-07-28 18:21:18 +0530 | [diff] [blame] | 157 | CloseIoRing |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 158 | ClosePackageInfo |
| 159 | ClosePrivateNamespace |
| 160 | CloseProfileUserMapping |
Biswapriyo Nath | b95e68a | 2019-01-25 00:22:41 +0530 | [diff] [blame] | 161 | ClosePseudoConsole |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 162 | CloseState |
| 163 | CloseThreadpool |
| 164 | CloseThreadpoolCleanupGroup |
| 165 | CloseThreadpoolCleanupGroupMembers |
| 166 | CloseThreadpoolIo |
| 167 | CloseThreadpoolTimer |
| 168 | CloseThreadpoolWait |
| 169 | CloseThreadpoolWork |
| 170 | CmdBatNotification |
| 171 | CommConfigDialogA |
| 172 | CommConfigDialogW |
| 173 | CompareCalendarDates |
| 174 | CompareFileTime |
| 175 | CompareStringA |
| 176 | CompareStringEx |
| 177 | CompareStringOrdinal |
| 178 | CompareStringW |
| 179 | ConnectNamedPipe |
Martin Storsjö | 9bd6bca | 2017-08-15 00:00:09 +0300 | [diff] [blame] | 180 | ConsoleIMERoutine |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 181 | ConsoleMenuControl |
| 182 | ContinueDebugEvent |
| 183 | ConvertCalDateTimeToSystemTime |
| 184 | ConvertDefaultLocale |
| 185 | ConvertFiberToThread |
| 186 | ConvertNLSDayOfWeekToWin32DayOfWeek |
| 187 | ConvertSystemTimeToCalDateTime |
| 188 | ConvertThreadToFiber |
| 189 | ConvertThreadToFiberEx |
| 190 | CopyContext |
Martin Storsjö | 9bd6bca | 2017-08-15 00:00:09 +0300 | [diff] [blame] | 191 | CopyExtendedContext |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 192 | CopyFile2 |
| 193 | CopyFileA |
| 194 | CopyFileExA |
| 195 | CopyFileExW |
| 196 | CopyFileTransactedA |
| 197 | CopyFileTransactedW |
| 198 | CopyFileW |
| 199 | CopyLZFile |
| 200 | CreateActCtxA |
| 201 | CreateActCtxW |
| 202 | CreateActCtxWWorker |
| 203 | CreateBoundaryDescriptorA |
| 204 | CreateBoundaryDescriptorW |
| 205 | CreateConsoleScreenBuffer |
| 206 | CreateDirectoryA |
| 207 | CreateDirectoryExA |
| 208 | CreateDirectoryExW |
| 209 | CreateDirectoryTransactedA |
| 210 | CreateDirectoryTransactedW |
| 211 | CreateDirectoryW |
Biswapriyo Nath | b95e68a | 2019-01-25 00:22:41 +0530 | [diff] [blame] | 212 | CreateEnclave |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 213 | CreateEventA |
| 214 | CreateEventExA |
| 215 | CreateEventExW |
| 216 | CreateEventW |
| 217 | CreateFiber |
| 218 | CreateFiberEx |
| 219 | CreateFile2 |
| 220 | CreateFileA |
| 221 | CreateFileMappingA |
| 222 | CreateFileMappingFromApp |
| 223 | CreateFileMappingNumaA |
| 224 | CreateFileMappingNumaW |
| 225 | CreateFileMappingW |
| 226 | CreateFileTransactedA |
| 227 | CreateFileTransactedW |
| 228 | CreateFileW |
| 229 | CreateHardLinkA |
| 230 | CreateHardLinkTransactedA |
| 231 | CreateHardLinkTransactedW |
| 232 | CreateHardLinkW |
| 233 | CreateIoCompletionPort |
Biswapriyo Nath | d367cc9 | 2023-07-28 18:21:18 +0530 | [diff] [blame] | 234 | CreateIoRing |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 235 | CreateJobObjectA |
| 236 | CreateJobObjectW |
| 237 | CreateJobSet |
| 238 | CreateMailslotA |
| 239 | CreateMailslotW |
| 240 | CreateMemoryResourceNotification |
| 241 | CreateMutexA |
| 242 | CreateMutexExA |
| 243 | CreateMutexExW |
| 244 | CreateMutexW |
| 245 | CreateNamedPipeA |
| 246 | CreateNamedPipeW |
Martin Storsjö | 9bd6bca | 2017-08-15 00:00:09 +0300 | [diff] [blame] | 247 | CreateNlsSecurityDescriptor |
Biswapriyo Nath | d367cc9 | 2023-07-28 18:21:18 +0530 | [diff] [blame] | 248 | CreatePackageVirtualizationContext |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 249 | CreatePipe |
| 250 | CreatePrivateNamespaceA |
| 251 | CreatePrivateNamespaceW |
| 252 | CreateProcessA |
LIU Hao | 49a56d4 | 2022-04-29 18:50:15 +0800 | [diff] [blame] | 253 | ; MSDN says these are exported from ADVAPI32.DLL. |
| 254 | ; CreateProcessAsUserA |
| 255 | ; CreateProcessAsUserW |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 256 | CreateProcessInternalA |
| 257 | CreateProcessInternalW |
| 258 | CreateProcessW |
Biswapriyo Nath | b95e68a | 2019-01-25 00:22:41 +0530 | [diff] [blame] | 259 | CreatePseudoConsole |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 260 | CreateRemoteThread |
| 261 | CreateRemoteThreadEx |
| 262 | CreateSemaphoreA |
| 263 | CreateSemaphoreExA |
| 264 | CreateSemaphoreExW |
| 265 | CreateSemaphoreW |
| 266 | CreateSymbolicLinkA |
| 267 | CreateSymbolicLinkTransactedA |
| 268 | CreateSymbolicLinkTransactedW |
| 269 | CreateSymbolicLinkW |
| 270 | CreateTapePartition |
| 271 | CreateThread |
| 272 | CreateThreadpool |
| 273 | CreateThreadpoolCleanupGroup |
| 274 | CreateThreadpoolIo |
| 275 | CreateThreadpoolTimer |
| 276 | CreateThreadpoolWait |
| 277 | CreateThreadpoolWork |
| 278 | CreateTimerQueue |
| 279 | CreateTimerQueueTimer |
| 280 | CreateToolhelp32Snapshot |
Martin Storsjö | 9bd6bca | 2017-08-15 00:00:09 +0300 | [diff] [blame] | 281 | F_X64(CreateUmsCompletionList) |
| 282 | F_X64(CreateUmsThreadContext) |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 283 | CreateWaitableTimerA |
| 284 | CreateWaitableTimerExA |
| 285 | CreateWaitableTimerExW |
| 286 | CreateWaitableTimerW |
| 287 | CtrlRoutine |
| 288 | DeactivateActCtx |
| 289 | DeactivateActCtxWorker |
Biswapriyo Nath | d367cc9 | 2023-07-28 18:21:18 +0530 | [diff] [blame] | 290 | DeactivatePackageVirtualizationContext |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 291 | DebugActiveProcess |
| 292 | DebugActiveProcessStop |
| 293 | DebugBreak |
| 294 | DebugBreakProcess |
| 295 | DebugSetProcessKillOnExit |
| 296 | DecodePointer |
| 297 | DecodeSystemPointer |
| 298 | DefineDosDeviceA |
| 299 | DefineDosDeviceW |
| 300 | DelayLoadFailureHook |
| 301 | DeleteAtom |
| 302 | DeleteBoundaryDescriptor |
| 303 | DeleteCriticalSection |
| 304 | DeleteFiber |
| 305 | DeleteFileA |
| 306 | DeleteFileTransactedA |
| 307 | DeleteFileTransactedW |
| 308 | DeleteFileW |
| 309 | DeleteProcThreadAttributeList |
| 310 | DeleteSynchronizationBarrier |
| 311 | DeleteTimerQueue |
| 312 | DeleteTimerQueueEx |
| 313 | DeleteTimerQueueTimer |
Martin Storsjö | 9bd6bca | 2017-08-15 00:00:09 +0300 | [diff] [blame] | 314 | F_X64(DeleteUmsCompletionList) |
| 315 | F_X64(DeleteUmsThreadContext) |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 316 | DeleteVolumeMountPointA |
| 317 | DeleteVolumeMountPointW |
Martin Storsjö | 9bd6bca | 2017-08-15 00:00:09 +0300 | [diff] [blame] | 318 | F_X64(DequeueUmsCompletionListItems) |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 319 | DeviceIoControl |
| 320 | DisableThreadLibraryCalls |
| 321 | DisableThreadProfiling |
| 322 | DisassociateCurrentThreadFromCallback |
Corinna Vinschen | 1012dd4 | 2015-08-25 15:53:59 +0200 | [diff] [blame] | 323 | DiscardVirtualMemory |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 324 | DisconnectNamedPipe |
| 325 | DnsHostnameToComputerNameA |
| 326 | DnsHostnameToComputerNameExW |
| 327 | DnsHostnameToComputerNameW |
| 328 | DosDateTimeToFileTime |
| 329 | DosPathToSessionPathA |
| 330 | DosPathToSessionPathW |
| 331 | DuplicateConsoleHandle |
| 332 | DuplicateEncryptionInfoFileExt |
| 333 | DuplicateHandle |
Biswapriyo Nath | d367cc9 | 2023-07-28 18:21:18 +0530 | [diff] [blame] | 334 | DuplicatePackageVirtualizationContext |
| 335 | EnableProcessOptionalXStateFeatures |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 336 | EnableThreadProfiling |
| 337 | EncodePointer |
| 338 | EncodeSystemPointer |
| 339 | EndUpdateResourceA |
| 340 | EndUpdateResourceW |
| 341 | EnterCriticalSection |
Martin Storsjö | 9bd6bca | 2017-08-15 00:00:09 +0300 | [diff] [blame] | 342 | F_X64(EnterUmsSchedulingMode) |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 343 | EnterSynchronizationBarrier |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 344 | EnumCalendarInfoA |
| 345 | EnumCalendarInfoExA |
| 346 | EnumCalendarInfoExEx |
| 347 | EnumCalendarInfoExW |
| 348 | EnumCalendarInfoW |
| 349 | EnumDateFormatsA |
| 350 | EnumDateFormatsExA |
| 351 | EnumDateFormatsExEx |
| 352 | EnumDateFormatsExW |
| 353 | EnumDateFormatsW |
| 354 | EnumLanguageGroupLocalesA |
| 355 | EnumLanguageGroupLocalesW |
| 356 | EnumResourceLanguagesA |
| 357 | EnumResourceLanguagesExA |
| 358 | EnumResourceLanguagesExW |
| 359 | EnumResourceLanguagesW |
| 360 | EnumResourceNamesA |
| 361 | EnumResourceNamesExA |
| 362 | EnumResourceNamesExW |
| 363 | EnumResourceNamesW |
| 364 | EnumResourceTypesA |
| 365 | EnumResourceTypesExA |
| 366 | EnumResourceTypesExW |
| 367 | EnumResourceTypesW |
| 368 | EnumSystemCodePagesA |
| 369 | EnumSystemCodePagesW |
| 370 | EnumSystemFirmwareTables |
| 371 | EnumSystemGeoID |
Biswapriyo Nath | b95e68a | 2019-01-25 00:22:41 +0530 | [diff] [blame] | 372 | EnumSystemGeoNames |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 373 | EnumSystemLanguageGroupsA |
| 374 | EnumSystemLanguageGroupsW |
| 375 | EnumSystemLocalesA |
| 376 | EnumSystemLocalesEx |
| 377 | EnumSystemLocalesW |
| 378 | EnumTimeFormatsA |
| 379 | EnumTimeFormatsEx |
| 380 | EnumTimeFormatsW |
| 381 | EnumUILanguagesA |
| 382 | EnumUILanguagesW |
| 383 | EnumerateLocalComputerNamesA |
| 384 | EnumerateLocalComputerNamesW |
| 385 | EraseTape |
| 386 | EscapeCommFunction |
Martin Storsjö | 9bd6bca | 2017-08-15 00:00:09 +0300 | [diff] [blame] | 387 | F_X64(ExecuteUmsThread) |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 388 | ExitProcess |
| 389 | ExitThread |
| 390 | ExitVDM |
| 391 | ExpandEnvironmentStringsA |
| 392 | ExpandEnvironmentStringsW |
| 393 | ExpungeConsoleCommandHistoryA |
| 394 | ExpungeConsoleCommandHistoryW |
| 395 | FatalAppExitA |
| 396 | FatalAppExitW |
| 397 | FatalExit |
| 398 | FileTimeToDosDateTime |
| 399 | FileTimeToLocalFileTime |
| 400 | FileTimeToSystemTime |
| 401 | FillConsoleOutputAttribute |
| 402 | FillConsoleOutputCharacterA |
| 403 | FillConsoleOutputCharacterW |
| 404 | FindActCtxSectionGuid |
| 405 | FindActCtxSectionGuidWorker |
| 406 | FindActCtxSectionStringA |
| 407 | FindActCtxSectionStringW |
| 408 | FindActCtxSectionStringWWorker |
| 409 | FindAtomA |
| 410 | FindAtomW |
| 411 | FindClose |
| 412 | FindCloseChangeNotification |
| 413 | FindFirstChangeNotificationA |
| 414 | FindFirstChangeNotificationW |
| 415 | FindFirstFileA |
| 416 | FindFirstFileExA |
| 417 | FindFirstFileExW |
| 418 | FindFirstFileNameTransactedW |
| 419 | FindFirstFileNameW |
| 420 | FindFirstFileTransactedA |
| 421 | FindFirstFileTransactedW |
| 422 | FindFirstFileW |
| 423 | FindFirstStreamTransactedW |
| 424 | FindFirstStreamW |
| 425 | FindFirstVolumeA |
| 426 | FindFirstVolumeMountPointA |
| 427 | FindFirstVolumeMountPointW |
| 428 | FindFirstVolumeW |
| 429 | FindNLSString |
| 430 | FindNLSStringEx |
| 431 | FindNextChangeNotification |
| 432 | FindNextFileA |
| 433 | FindNextFileNameW |
| 434 | FindNextFileW |
| 435 | FindNextStreamW |
| 436 | FindNextVolumeA |
| 437 | FindNextVolumeMountPointA |
| 438 | FindNextVolumeMountPointW |
| 439 | FindNextVolumeW |
| 440 | FindPackagesByPackageFamily |
| 441 | FindResourceA |
| 442 | FindResourceExA |
| 443 | FindResourceExW |
| 444 | FindResourceW |
| 445 | FindStringOrdinal |
| 446 | FindVolumeClose |
| 447 | FindVolumeMountPointClose |
| 448 | FlsAlloc |
| 449 | FlsFree |
| 450 | FlsGetValue |
Biswapriyo Nath | f4bf2cf | 2024-12-07 14:33:43 +0000 | [diff] [blame] | 451 | FlsGetValue2 |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 452 | FlsSetValue |
| 453 | FlushConsoleInputBuffer |
| 454 | FlushFileBuffers |
| 455 | FlushInstructionCache |
| 456 | FlushProcessWriteBuffers |
| 457 | FlushViewOfFile |
| 458 | FoldStringA |
| 459 | FoldStringW |
| 460 | FormatApplicationUserModelId |
| 461 | FormatMessageA |
| 462 | FormatMessageW |
| 463 | FreeConsole |
| 464 | FreeEnvironmentStringsA |
| 465 | FreeEnvironmentStringsW |
| 466 | FreeLibrary |
| 467 | FreeLibraryAndExitThread |
| 468 | FreeLibraryWhenCallbackReturns |
Biswapriyo Nath | b95e68a | 2019-01-25 00:22:41 +0530 | [diff] [blame] | 469 | FreeMemoryJobObject |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 470 | FreeResource |
| 471 | FreeUserPhysicalPages |
| 472 | GenerateConsoleCtrlEvent |
| 473 | GetACP |
| 474 | GetActiveProcessorCount |
| 475 | GetActiveProcessorGroupCount |
| 476 | GetAppContainerAce |
| 477 | GetAppContainerNamedObjectPath |
| 478 | GetApplicationRecoveryCallback |
| 479 | GetApplicationRecoveryCallbackWorker |
| 480 | GetApplicationRestartSettings |
| 481 | GetApplicationRestartSettingsWorker |
| 482 | GetApplicationUserModelId |
| 483 | GetAtomNameA |
| 484 | GetAtomNameW |
| 485 | GetBinaryType |
| 486 | GetBinaryTypeA |
| 487 | GetBinaryTypeW |
Martin Storsjö | 9bd6bca | 2017-08-15 00:00:09 +0300 | [diff] [blame] | 488 | GetCPFileNameFromRegistry |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 489 | GetCPInfo |
| 490 | GetCPInfoExA |
| 491 | GetCPInfoExW |
| 492 | GetCachedSigningLevel |
| 493 | GetCalendarDateFormat |
| 494 | GetCalendarDateFormatEx |
| 495 | GetCalendarDaysInMonth |
| 496 | GetCalendarDifferenceInDays |
| 497 | GetCalendarInfoA |
| 498 | GetCalendarInfoEx |
| 499 | GetCalendarInfoW |
| 500 | GetCalendarMonthsInYear |
| 501 | GetCalendarSupportedDateRange |
| 502 | GetCalendarWeekNumber |
| 503 | GetComPlusPackageInstallStatus |
| 504 | GetCommConfig |
| 505 | GetCommMask |
| 506 | GetCommModemStatus |
| 507 | GetCommProperties |
| 508 | GetCommState |
| 509 | GetCommTimeouts |
| 510 | GetCommandLineA |
| 511 | GetCommandLineW |
| 512 | GetCompressedFileSizeA |
| 513 | GetCompressedFileSizeTransactedA |
| 514 | GetCompressedFileSizeTransactedW |
| 515 | GetCompressedFileSizeW |
| 516 | GetComputerNameA |
| 517 | GetComputerNameExA |
| 518 | GetComputerNameExW |
| 519 | GetComputerNameW |
| 520 | GetConsoleAliasA |
| 521 | GetConsoleAliasExesA |
| 522 | GetConsoleAliasExesLengthA |
| 523 | GetConsoleAliasExesLengthW |
| 524 | GetConsoleAliasExesW |
| 525 | GetConsoleAliasW |
| 526 | GetConsoleAliasesA |
| 527 | GetConsoleAliasesLengthA |
| 528 | GetConsoleAliasesLengthW |
| 529 | GetConsoleAliasesW |
| 530 | GetConsoleCP |
| 531 | GetConsoleCharType |
| 532 | GetConsoleCommandHistoryA |
| 533 | GetConsoleCommandHistoryLengthA |
| 534 | GetConsoleCommandHistoryLengthW |
| 535 | GetConsoleCommandHistoryW |
| 536 | GetConsoleCursorInfo |
| 537 | GetConsoleCursorMode |
| 538 | GetConsoleDisplayMode |
| 539 | GetConsoleFontInfo |
| 540 | GetConsoleFontSize |
| 541 | GetConsoleHardwareState |
| 542 | GetConsoleHistoryInfo |
| 543 | GetConsoleInputExeNameA |
| 544 | GetConsoleInputExeNameW |
| 545 | GetConsoleInputWaitHandle |
| 546 | GetConsoleKeyboardLayoutNameA |
| 547 | GetConsoleKeyboardLayoutNameW |
| 548 | GetConsoleMode |
| 549 | GetConsoleNlsMode |
| 550 | GetConsoleOriginalTitleA |
| 551 | GetConsoleOriginalTitleW |
| 552 | GetConsoleOutputCP |
| 553 | GetConsoleProcessList |
| 554 | GetConsoleScreenBufferInfo |
| 555 | GetConsoleScreenBufferInfoEx |
| 556 | GetConsoleSelectionInfo |
| 557 | GetConsoleTitleA |
| 558 | GetConsoleTitleW |
| 559 | GetConsoleWindow |
| 560 | GetCurrencyFormatA |
| 561 | GetCurrencyFormatEx |
| 562 | GetCurrencyFormatW |
| 563 | GetCurrentActCtx |
| 564 | GetCurrentActCtxWorker |
| 565 | GetCurrentApplicationUserModelId |
| 566 | GetCurrentConsoleFont |
| 567 | GetCurrentConsoleFontEx |
| 568 | GetCurrentDirectoryA |
| 569 | GetCurrentDirectoryW |
| 570 | GetCurrentPackageFamilyName |
| 571 | GetCurrentPackageFullName |
| 572 | GetCurrentPackageId |
| 573 | GetCurrentPackageInfo |
| 574 | GetCurrentPackagePath |
Biswapriyo Nath | d367cc9 | 2023-07-28 18:21:18 +0530 | [diff] [blame] | 575 | GetCurrentPackageVirtualizationContext |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 576 | GetCurrentProcess |
| 577 | GetCurrentProcessId |
| 578 | GetCurrentProcessorNumber |
| 579 | GetCurrentProcessorNumberEx |
| 580 | GetCurrentThread |
| 581 | GetCurrentThreadId |
| 582 | GetCurrentThreadStackLimits |
Martin Storsjö | 9bd6bca | 2017-08-15 00:00:09 +0300 | [diff] [blame] | 583 | F_X64(GetCurrentUmsThread) |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 584 | GetDateFormatA |
| 585 | GetDateFormatAWorker |
| 586 | GetDateFormatEx |
| 587 | GetDateFormatW |
| 588 | GetDateFormatWWorker |
| 589 | GetDefaultCommConfigA |
| 590 | GetDefaultCommConfigW |
Martin Storsjö | 9bd6bca | 2017-08-15 00:00:09 +0300 | [diff] [blame] | 591 | GetDefaultSortkeySize |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 592 | GetDevicePowerState |
| 593 | GetDiskFreeSpaceA |
| 594 | GetDiskFreeSpaceExA |
| 595 | GetDiskFreeSpaceExW |
| 596 | GetDiskFreeSpaceW |
Biswapriyo Nath | b95e68a | 2019-01-25 00:22:41 +0530 | [diff] [blame] | 597 | GetDiskSpaceInformationA |
| 598 | GetDiskSpaceInformationW |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 599 | GetDllDirectoryA |
| 600 | GetDllDirectoryW |
| 601 | GetDriveTypeA |
| 602 | GetDriveTypeW |
| 603 | GetDurationFormat |
| 604 | GetDurationFormatEx |
| 605 | GetDynamicTimeZoneInformation |
Martin Storsjö | 9bd6bca | 2017-08-15 00:00:09 +0300 | [diff] [blame] | 606 | GetEnabledExtendedFeatures |
Biswapriyo Nath | b95e68a | 2019-01-25 00:22:41 +0530 | [diff] [blame] | 607 | GetEnabledXStateFeatures |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 608 | GetEncryptedFileVersionExt |
| 609 | GetEnvironmentStrings |
| 610 | GetEnvironmentStringsA |
| 611 | GetEnvironmentStringsW |
| 612 | GetEnvironmentVariableA |
| 613 | GetEnvironmentVariableW |
| 614 | GetEraNameCountedString |
| 615 | GetErrorMode |
| 616 | GetExitCodeProcess |
| 617 | GetExitCodeThread |
| 618 | GetExpandedNameA |
| 619 | GetExpandedNameW |
Martin Storsjö | 9bd6bca | 2017-08-15 00:00:09 +0300 | [diff] [blame] | 620 | GetExtendedContextLength |
| 621 | GetExtendedFeaturesMask |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 622 | GetFileAttributesA |
| 623 | GetFileAttributesExA |
| 624 | GetFileAttributesExW |
| 625 | GetFileAttributesTransactedA |
| 626 | GetFileAttributesTransactedW |
| 627 | GetFileAttributesW |
| 628 | GetFileBandwidthReservation |
| 629 | GetFileInformationByHandle |
| 630 | GetFileInformationByHandleEx |
Biswapriyo Nath | f4bf2cf | 2024-12-07 14:33:43 +0000 | [diff] [blame] | 631 | GetFileInformationByName |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 632 | GetFileMUIInfo |
| 633 | GetFileMUIPath |
| 634 | GetFileSize |
| 635 | GetFileSizeEx |
| 636 | GetFileTime |
| 637 | GetFileType |
| 638 | GetFinalPathNameByHandleA |
| 639 | GetFinalPathNameByHandleW |
| 640 | GetFirmwareEnvironmentVariableA |
| 641 | GetFirmwareEnvironmentVariableExA |
| 642 | GetFirmwareEnvironmentVariableExW |
| 643 | GetFirmwareEnvironmentVariableW |
| 644 | GetFirmwareType |
| 645 | GetFullPathNameA |
| 646 | GetFullPathNameTransactedA |
| 647 | GetFullPathNameTransactedW |
| 648 | GetFullPathNameW |
| 649 | GetGeoInfoA |
| 650 | GetGeoInfoW |
Biswapriyo Nath | b95e68a | 2019-01-25 00:22:41 +0530 | [diff] [blame] | 651 | GetGeoInfoEx |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 652 | GetHandleInformation |
Biswapriyo Nath | d367cc9 | 2023-07-28 18:21:18 +0530 | [diff] [blame] | 653 | GetIoRingInfo |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 654 | GetLargePageMinimum |
| 655 | GetLargestConsoleWindowSize |
| 656 | GetLastError |
Martin Storsjö | 9bd6bca | 2017-08-15 00:00:09 +0300 | [diff] [blame] | 657 | GetLinguistLangSize |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 658 | GetLocalTime |
| 659 | GetLocaleInfoA |
| 660 | GetLocaleInfoEx |
| 661 | GetLocaleInfoW |
| 662 | GetLogicalDriveStringsA |
| 663 | GetLogicalDriveStringsW |
| 664 | GetLogicalDrives |
| 665 | GetLogicalProcessorInformation |
| 666 | GetLogicalProcessorInformationEx |
| 667 | GetLongPathNameA |
| 668 | GetLongPathNameTransactedA |
| 669 | GetLongPathNameTransactedW |
| 670 | GetLongPathNameW |
Biswapriyo Nath | d367cc9 | 2023-07-28 18:21:18 +0530 | [diff] [blame] | 671 | GetMachineTypeAttributes |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 672 | GetMailslotInfo |
| 673 | GetMaximumProcessorCount |
| 674 | GetMaximumProcessorGroupCount |
| 675 | GetMemoryErrorHandlingCapabilities |
| 676 | GetModuleFileNameA |
| 677 | GetModuleFileNameW |
| 678 | GetModuleHandleA |
| 679 | GetModuleHandleExA |
| 680 | GetModuleHandleExW |
| 681 | GetModuleHandleW |
| 682 | GetNLSVersion |
| 683 | GetNLSVersionEx |
| 684 | GetNamedPipeAttribute |
| 685 | GetNamedPipeClientComputerNameA |
| 686 | GetNamedPipeClientComputerNameW |
| 687 | GetNamedPipeClientProcessId |
| 688 | GetNamedPipeClientSessionId |
| 689 | GetNamedPipeHandleStateA |
| 690 | GetNamedPipeHandleStateW |
| 691 | GetNamedPipeInfo |
| 692 | GetNamedPipeServerProcessId |
| 693 | GetNamedPipeServerSessionId |
| 694 | GetNativeSystemInfo |
Martin Storsjö | 9bd6bca | 2017-08-15 00:00:09 +0300 | [diff] [blame] | 695 | F_X64(GetNextUmsListItem) |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 696 | GetNextVDMCommand |
Martin Storsjö | 9bd6bca | 2017-08-15 00:00:09 +0300 | [diff] [blame] | 697 | GetNlsSectionName |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 698 | GetNumaAvailableMemoryNode |
| 699 | GetNumaAvailableMemoryNodeEx |
| 700 | GetNumaHighestNodeNumber |
| 701 | GetNumaNodeNumberFromHandle |
| 702 | GetNumaNodeProcessorMask |
Biswapriyo Nath | d367cc9 | 2023-07-28 18:21:18 +0530 | [diff] [blame] | 703 | GetNumaNodeProcessorMask2 |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 704 | GetNumaNodeProcessorMaskEx |
| 705 | GetNumaProcessorNode |
| 706 | GetNumaProcessorNodeEx |
| 707 | GetNumaProximityNode |
| 708 | GetNumaProximityNodeEx |
| 709 | GetNumberFormatA |
| 710 | GetNumberFormatEx |
| 711 | GetNumberFormatW |
| 712 | GetNumberOfConsoleFonts |
| 713 | GetNumberOfConsoleInputEvents |
| 714 | GetNumberOfConsoleMouseButtons |
| 715 | GetOEMCP |
| 716 | GetOverlappedResult |
| 717 | GetOverlappedResultEx |
| 718 | GetPackageApplicationIds |
| 719 | GetPackageFamilyName |
| 720 | GetPackageFullName |
| 721 | GetPackageId |
| 722 | GetPackageInfo |
| 723 | GetPackagePath |
| 724 | GetPackagePathByFullName |
| 725 | GetPackagesByPackageFamily |
| 726 | GetPhysicallyInstalledSystemMemory |
| 727 | GetPriorityClass |
| 728 | GetPrivateProfileIntA |
| 729 | GetPrivateProfileIntW |
| 730 | GetPrivateProfileSectionA |
| 731 | GetPrivateProfileSectionNamesA |
| 732 | GetPrivateProfileSectionNamesW |
| 733 | GetPrivateProfileSectionW |
| 734 | GetPrivateProfileStringA |
| 735 | GetPrivateProfileStringW |
| 736 | GetPrivateProfileStructA |
| 737 | GetPrivateProfileStructW |
| 738 | GetProcAddress |
| 739 | GetProcessAffinityMask |
Biswapriyo Nath | d367cc9 | 2023-07-28 18:21:18 +0530 | [diff] [blame] | 740 | GetProcessDefaultCpuSetMasks |
Biswapriyo Nath | b95e68a | 2019-01-25 00:22:41 +0530 | [diff] [blame] | 741 | GetProcessDefaultCpuSets |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 742 | GetProcessDEPPolicy |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 743 | GetProcessGroupAffinity |
| 744 | GetProcessHandleCount |
| 745 | GetProcessHeap |
| 746 | GetProcessHeaps |
| 747 | GetProcessId |
| 748 | GetProcessIdOfThread |
| 749 | GetProcessInformation |
| 750 | GetProcessIoCounters |
| 751 | GetProcessMitigationPolicy |
| 752 | GetProcessPreferredUILanguages |
| 753 | GetProcessPriorityBoost |
| 754 | GetProcessShutdownParameters |
| 755 | GetProcessTimes |
| 756 | GetProcessVersion |
| 757 | GetProcessWorkingSetSize |
| 758 | GetProcessWorkingSetSizeEx |
Biswapriyo Nath | d367cc9 | 2023-07-28 18:21:18 +0530 | [diff] [blame] | 759 | GetProcessesInVirtualizationContext |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 760 | GetProcessorSystemCycleTime |
| 761 | GetProductInfo |
| 762 | GetProfileIntA |
| 763 | GetProfileIntW |
| 764 | GetProfileSectionA |
| 765 | GetProfileSectionW |
| 766 | GetProfileStringA |
| 767 | GetProfileStringW |
| 768 | GetQueuedCompletionStatus |
| 769 | GetQueuedCompletionStatusEx |
| 770 | GetShortPathNameA |
| 771 | GetShortPathNameW |
| 772 | GetStagedPackagePathByFullName |
| 773 | GetStartupInfoA |
| 774 | GetStartupInfoW |
| 775 | GetStateFolder |
| 776 | GetStdHandle |
| 777 | GetStringScripts |
| 778 | GetStringTypeA |
| 779 | GetStringTypeExA |
| 780 | GetStringTypeExW |
| 781 | GetStringTypeW |
| 782 | GetSystemAppDataKey |
Biswapriyo Nath | b95e68a | 2019-01-25 00:22:41 +0530 | [diff] [blame] | 783 | GetSystemCpuSetInformation |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 784 | GetSystemDEPPolicy |
| 785 | GetSystemDefaultLCID |
| 786 | GetSystemDefaultLangID |
| 787 | GetSystemDefaultLocaleName |
| 788 | GetSystemDefaultUILanguage |
| 789 | GetSystemDirectoryA |
| 790 | GetSystemDirectoryW |
| 791 | GetSystemFileCacheSize |
| 792 | GetSystemFirmwareTable |
| 793 | GetSystemInfo |
| 794 | GetSystemPowerStatus |
| 795 | GetSystemPreferredUILanguages |
| 796 | GetSystemRegistryQuota |
| 797 | GetSystemTime |
| 798 | GetSystemTimeAdjustment |
| 799 | GetSystemTimeAsFileTime |
| 800 | GetSystemTimePreciseAsFileTime |
| 801 | GetSystemTimes |
| 802 | GetSystemWindowsDirectoryA |
| 803 | GetSystemWindowsDirectoryW |
| 804 | GetSystemWow64DirectoryA |
| 805 | GetSystemWow64DirectoryW |
| 806 | GetTapeParameters |
| 807 | GetTapePosition |
| 808 | GetTapeStatus |
| 809 | GetTempFileNameA |
| 810 | GetTempFileNameW |
| 811 | GetTempPathA |
| 812 | GetTempPathW |
Biswapriyo Nath | 5eb3157 | 2023-07-26 11:32:39 +0530 | [diff] [blame] | 813 | GetTempPath2A |
| 814 | GetTempPath2W |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 815 | GetThreadContext |
Biswapriyo Nath | b95e68a | 2019-01-25 00:22:41 +0530 | [diff] [blame] | 816 | GetThreadDescription |
Biswapriyo Nath | d367cc9 | 2023-07-28 18:21:18 +0530 | [diff] [blame] | 817 | GetThreadEnabledXStateFeatures |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 818 | GetThreadErrorMode |
| 819 | GetThreadGroupAffinity |
| 820 | GetThreadIOPendingFlag |
| 821 | GetThreadId |
| 822 | GetThreadIdealProcessorEx |
| 823 | GetThreadInformation |
| 824 | GetThreadLocale |
| 825 | GetThreadPreferredUILanguages |
| 826 | GetThreadPriority |
| 827 | GetThreadPriorityBoost |
Biswapriyo Nath | d367cc9 | 2023-07-28 18:21:18 +0530 | [diff] [blame] | 828 | GetThreadSelectedCpuSetMasks |
Biswapriyo Nath | b95e68a | 2019-01-25 00:22:41 +0530 | [diff] [blame] | 829 | GetThreadSelectedCpuSets |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 830 | GetThreadSelectorEntry |
| 831 | GetThreadTimes |
| 832 | GetThreadUILanguage |
| 833 | GetTickCount |
| 834 | GetTickCount64 |
| 835 | GetTimeFormatA |
| 836 | GetTimeFormatAWorker |
| 837 | GetTimeFormatEx |
| 838 | GetTimeFormatW |
| 839 | GetTimeFormatWWorker |
| 840 | GetTimeZoneInformation |
| 841 | GetTimeZoneInformationForYear |
| 842 | GetUILanguageInfo |
Martin Storsjö | 9bd6bca | 2017-08-15 00:00:09 +0300 | [diff] [blame] | 843 | F_X64(GetUmsCompletionListEvent) |
Biswapriyo Nath | b95e68a | 2019-01-25 00:22:41 +0530 | [diff] [blame] | 844 | GetUmsSystemThreadInformation |
| 845 | GetUserDefaultGeoName |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 846 | GetUserDefaultLCID |
| 847 | GetUserDefaultLangID |
| 848 | GetUserDefaultLocaleName |
| 849 | GetUserDefaultUILanguage |
| 850 | GetUserGeoID |
| 851 | GetUserPreferredUILanguages |
| 852 | GetVDMCurrentDirectories |
| 853 | GetVersion |
| 854 | GetVersionExA |
| 855 | GetVersionExW |
| 856 | GetVolumeInformationA |
| 857 | GetVolumeInformationByHandleW |
| 858 | GetVolumeInformationW |
| 859 | GetVolumeNameForVolumeMountPointA |
| 860 | GetVolumeNameForVolumeMountPointW |
| 861 | GetVolumePathNameA |
| 862 | GetVolumePathNameW |
| 863 | GetVolumePathNamesForVolumeNameA |
| 864 | GetVolumePathNamesForVolumeNameW |
| 865 | GetWindowsDirectoryA |
| 866 | GetWindowsDirectoryW |
| 867 | GetWriteWatch |
Biswapriyo Nath | b95e68a | 2019-01-25 00:22:41 +0530 | [diff] [blame] | 868 | GetXStateFeaturesMask |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 869 | GlobalAddAtomA |
| 870 | GlobalAddAtomExA |
| 871 | GlobalAddAtomExW |
| 872 | GlobalAddAtomW |
| 873 | GlobalAlloc |
| 874 | GlobalCompact |
| 875 | GlobalDeleteAtom |
| 876 | GlobalFindAtomA |
| 877 | GlobalFindAtomW |
| 878 | GlobalFix |
| 879 | GlobalFlags |
| 880 | GlobalFree |
| 881 | GlobalGetAtomNameA |
| 882 | GlobalGetAtomNameW |
| 883 | GlobalHandle |
| 884 | GlobalLock |
| 885 | GlobalMemoryStatus |
| 886 | GlobalMemoryStatusEx |
| 887 | GlobalReAlloc |
| 888 | GlobalSize |
| 889 | GlobalUnWire |
| 890 | GlobalUnfix |
| 891 | GlobalUnlock |
| 892 | GlobalWire |
| 893 | Heap32First |
| 894 | Heap32ListFirst |
| 895 | Heap32ListNext |
| 896 | Heap32Next |
| 897 | HeapAlloc |
| 898 | HeapCompact |
| 899 | HeapCreate |
Martin Storsjö | 9bd6bca | 2017-08-15 00:00:09 +0300 | [diff] [blame] | 900 | HeapCreateTagsW |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 901 | HeapDestroy |
Martin Storsjö | 9bd6bca | 2017-08-15 00:00:09 +0300 | [diff] [blame] | 902 | HeapExtend |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 903 | HeapFree |
| 904 | HeapLock |
| 905 | HeapQueryInformation |
Martin Storsjö | 9bd6bca | 2017-08-15 00:00:09 +0300 | [diff] [blame] | 906 | HeapQueryTagW |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 907 | HeapReAlloc |
| 908 | HeapSetInformation |
| 909 | HeapSize |
| 910 | HeapSummary |
| 911 | HeapUnlock |
Martin Storsjö | 9bd6bca | 2017-08-15 00:00:09 +0300 | [diff] [blame] | 912 | HeapUsage |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 913 | HeapValidate |
| 914 | HeapWalk |
| 915 | IdnToAscii |
| 916 | IdnToNameprepUnicode |
| 917 | IdnToUnicode |
| 918 | InitAtomTable |
| 919 | InitOnceBeginInitialize |
| 920 | InitOnceComplete |
| 921 | InitOnceExecuteOnce |
| 922 | InitOnceInitialize |
| 923 | InitializeConditionVariable |
| 924 | InitializeContext |
Biswapriyo Nath | b95e68a | 2019-01-25 00:22:41 +0530 | [diff] [blame] | 925 | InitializeContext2 |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 926 | InitializeCriticalSection |
| 927 | InitializeCriticalSectionAndSpinCount |
| 928 | InitializeCriticalSectionEx |
Biswapriyo Nath | b95e68a | 2019-01-25 00:22:41 +0530 | [diff] [blame] | 929 | InitializeEnclave |
Martin Storsjö | 9bd6bca | 2017-08-15 00:00:09 +0300 | [diff] [blame] | 930 | InitializeExtendedContext |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 931 | InitializeProcThreadAttributeList |
| 932 | InitializeSListHead |
| 933 | InitializeSRWLock |
| 934 | InitializeSynchronizationBarrier |
| 935 | InstallELAMCertificateInfo |
| 936 | InterlockedFlushSList |
| 937 | InterlockedPopEntrySList |
| 938 | InterlockedPushEntrySList |
| 939 | InterlockedPushListSList |
| 940 | InterlockedPushListSListEx |
| 941 | InvalidateConsoleDIBits |
| 942 | IsBadCodePtr |
| 943 | IsBadHugeReadPtr |
| 944 | IsBadHugeWritePtr |
| 945 | IsBadReadPtr |
| 946 | IsBadStringPtrA |
| 947 | IsBadStringPtrW |
| 948 | IsBadWritePtr |
| 949 | IsCalendarLeapDay |
| 950 | IsCalendarLeapMonth |
| 951 | IsCalendarLeapYear |
| 952 | IsDBCSLeadByte |
| 953 | IsDBCSLeadByteEx |
| 954 | IsDebuggerPresent |
Biswapriyo Nath | b95e68a | 2019-01-25 00:22:41 +0530 | [diff] [blame] | 955 | IsEnclaveTypeSupported |
Biswapriyo Nath | d367cc9 | 2023-07-28 18:21:18 +0530 | [diff] [blame] | 956 | IsIoRingOpSupported |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 957 | IsNLSDefinedString |
| 958 | IsNativeVhdBoot |
| 959 | IsNormalizedString |
| 960 | IsProcessCritical |
| 961 | IsProcessInJob |
| 962 | IsProcessorFeaturePresent |
| 963 | IsSystemResumeAutomatic |
| 964 | IsThreadAFiber |
| 965 | IsThreadpoolTimerSet |
Martin Storsjö | 9bd6bca | 2017-08-15 00:00:09 +0300 | [diff] [blame] | 966 | IsTimeZoneRedirectionEnabled |
Biswapriyo Nath | d367cc9 | 2023-07-28 18:21:18 +0530 | [diff] [blame] | 967 | IsUserCetAvailableInEnvironment |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 968 | IsValidCalDateTime |
| 969 | IsValidCodePage |
| 970 | IsValidLanguageGroup |
| 971 | IsValidLocale |
Martin Storsjö | 9bd6bca | 2017-08-15 00:00:09 +0300 | [diff] [blame] | 972 | IsValidUILanguage |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 973 | IsValidLocaleName |
| 974 | IsValidNLSVersion |
Biswapriyo Nath | b95e68a | 2019-01-25 00:22:41 +0530 | [diff] [blame] | 975 | IsWow64GuestMachineSupported |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 976 | IsWow64Process |
Biswapriyo Nath | b95e68a | 2019-01-25 00:22:41 +0530 | [diff] [blame] | 977 | IsWow64Process2 |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 978 | K32EmptyWorkingSet |
| 979 | K32EnumDeviceDrivers |
| 980 | K32EnumPageFilesA |
| 981 | K32EnumPageFilesW |
| 982 | K32EnumProcessModules |
| 983 | K32EnumProcessModulesEx |
| 984 | K32EnumProcesses |
| 985 | K32GetDeviceDriverBaseNameA |
| 986 | K32GetDeviceDriverBaseNameW |
| 987 | K32GetDeviceDriverFileNameA |
| 988 | K32GetDeviceDriverFileNameW |
| 989 | K32GetMappedFileNameA |
| 990 | K32GetMappedFileNameW |
| 991 | K32GetModuleBaseNameA |
| 992 | K32GetModuleBaseNameW |
| 993 | K32GetModuleFileNameExA |
| 994 | K32GetModuleFileNameExW |
| 995 | K32GetModuleInformation |
| 996 | K32GetPerformanceInfo |
| 997 | K32GetProcessImageFileNameA |
| 998 | K32GetProcessImageFileNameW |
| 999 | K32GetProcessMemoryInfo |
| 1000 | K32GetWsChanges |
| 1001 | K32GetWsChangesEx |
| 1002 | K32InitializeProcessForWsWatch |
| 1003 | K32QueryWorkingSet |
| 1004 | K32QueryWorkingSetEx |
| 1005 | LCIDToLocaleName |
| 1006 | LCMapStringA |
| 1007 | LCMapStringEx |
| 1008 | LCMapStringW |
| 1009 | LZClose |
| 1010 | LZCloseFile |
| 1011 | LZCopy |
| 1012 | LZCreateFileW |
| 1013 | LZDone |
| 1014 | LZInit |
| 1015 | LZOpenFileA |
| 1016 | LZOpenFileW |
| 1017 | LZRead |
| 1018 | LZSeek |
| 1019 | LZStart |
| 1020 | LeaveCriticalSection |
| 1021 | LeaveCriticalSectionWhenCallbackReturns |
| 1022 | LoadAppInitDlls |
Biswapriyo Nath | b95e68a | 2019-01-25 00:22:41 +0530 | [diff] [blame] | 1023 | LoadEnclaveData |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 1024 | LoadLibraryA |
| 1025 | LoadLibraryExA |
| 1026 | LoadLibraryExW |
| 1027 | LoadLibraryW |
| 1028 | LoadModule |
| 1029 | LoadPackagedLibrary |
| 1030 | LoadResource |
| 1031 | LoadStringBaseExW |
| 1032 | LoadStringBaseW |
| 1033 | LocalAlloc |
| 1034 | LocalCompact |
| 1035 | LocalFileTimeToFileTime |
Biswapriyo Nath | b95e68a | 2019-01-25 00:22:41 +0530 | [diff] [blame] | 1036 | LocalFileTimeToLocalSystemTime |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 1037 | LocalFlags |
| 1038 | LocalFree |
| 1039 | LocalHandle |
| 1040 | LocalLock |
| 1041 | LocalReAlloc |
| 1042 | LocalShrink |
| 1043 | LocalSize |
Biswapriyo Nath | b95e68a | 2019-01-25 00:22:41 +0530 | [diff] [blame] | 1044 | LocalSystemTimeToLocalFileTime |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 1045 | LocalUnlock |
| 1046 | LocaleNameToLCID |
Martin Storsjö | 9bd6bca | 2017-08-15 00:00:09 +0300 | [diff] [blame] | 1047 | LocateExtendedFeature |
| 1048 | LocateLegacyContext |
Biswapriyo Nath | b95e68a | 2019-01-25 00:22:41 +0530 | [diff] [blame] | 1049 | LocateXStateFeature |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 1050 | LockFile |
| 1051 | LockFileEx |
| 1052 | LockResource |
| 1053 | MapUserPhysicalPages |
| 1054 | MapUserPhysicalPagesScatter |
| 1055 | MapViewOfFile |
| 1056 | MapViewOfFileEx |
| 1057 | MapViewOfFileExNuma |
| 1058 | MapViewOfFileFromApp |
| 1059 | Module32First |
| 1060 | Module32FirstW |
| 1061 | Module32Next |
| 1062 | Module32NextW |
| 1063 | MoveFileA |
| 1064 | MoveFileExA |
| 1065 | MoveFileExW |
| 1066 | MoveFileTransactedA |
| 1067 | MoveFileTransactedW |
| 1068 | MoveFileW |
| 1069 | MoveFileWithProgressA |
| 1070 | MoveFileWithProgressW |
| 1071 | MulDiv |
| 1072 | MultiByteToWideChar |
| 1073 | NeedCurrentDirectoryForExePathA |
| 1074 | NeedCurrentDirectoryForExePathW |
Martin Storsjö | 9bd6bca | 2017-08-15 00:00:09 +0300 | [diff] [blame] | 1075 | NlsConvertIntegerToString |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 1076 | NlsCheckPolicy |
| 1077 | NlsEventDataDescCreate |
| 1078 | NlsGetCacheUpdateCount |
| 1079 | NlsUpdateLocale |
| 1080 | NlsUpdateSystemLocale |
Martin Storsjö | 9bd6bca | 2017-08-15 00:00:09 +0300 | [diff] [blame] | 1081 | NlsResetProcessLocale |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 1082 | NlsWriteEtwEvent |
| 1083 | NormalizeString |
| 1084 | NotifyMountMgr |
| 1085 | NotifyUILanguageChange |
| 1086 | NtVdm64CreateProcessInternalW |
| 1087 | OOBEComplete |
Corinna Vinschen | 1012dd4 | 2015-08-25 15:53:59 +0200 | [diff] [blame] | 1088 | OfferVirtualMemory |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 1089 | OpenConsoleW |
| 1090 | OpenConsoleWStub |
Martin Storsjö | 9bd6bca | 2017-08-15 00:00:09 +0300 | [diff] [blame] | 1091 | OpenDataFile |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 1092 | OpenEventA |
| 1093 | OpenEventW |
| 1094 | OpenFile |
| 1095 | OpenFileById |
| 1096 | OpenFileMappingA |
| 1097 | OpenFileMappingW |
| 1098 | OpenJobObjectA |
| 1099 | OpenJobObjectW |
| 1100 | OpenMutexA |
| 1101 | OpenMutexW |
| 1102 | OpenPackageInfoByFullName |
| 1103 | OpenPrivateNamespaceA |
| 1104 | OpenPrivateNamespaceW |
| 1105 | OpenProcess |
Martin Storsjö | 9bd6bca | 2017-08-15 00:00:09 +0300 | [diff] [blame] | 1106 | ; MSDN says OpenProcessToken is from Advapi32.dll, not Kernel32.dll |
| 1107 | ; OpenProcessToken |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 1108 | OpenProfileUserMapping |
| 1109 | OpenSemaphoreA |
| 1110 | OpenSemaphoreW |
| 1111 | OpenState |
| 1112 | OpenStateExplicit |
| 1113 | OpenThread |
LIU Hao | 49a56d4 | 2022-04-29 18:50:15 +0800 | [diff] [blame] | 1114 | ; MSDN says this is exported from ADVAPI32.DLL. |
| 1115 | ; OpenThreadToken |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 1116 | OpenWaitableTimerA |
| 1117 | OpenWaitableTimerW |
| 1118 | OutputDebugStringA |
| 1119 | OutputDebugStringW |
| 1120 | PackageFamilyNameFromFullName |
| 1121 | PackageFamilyNameFromId |
| 1122 | PackageFullNameFromId |
| 1123 | PackageIdFromFullName |
| 1124 | PackageNameAndPublisherIdFromFamilyName |
| 1125 | ParseApplicationUserModelId |
| 1126 | PeekConsoleInputA |
| 1127 | PeekConsoleInputW |
| 1128 | PeekNamedPipe |
Biswapriyo Nath | d367cc9 | 2023-07-28 18:21:18 +0530 | [diff] [blame] | 1129 | PopIoRingCompletion |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 1130 | PostQueuedCompletionStatus |
| 1131 | PowerClearRequest |
| 1132 | PowerCreateRequest |
| 1133 | PowerSetRequest |
| 1134 | PrefetchVirtualMemory |
| 1135 | PrepareTape |
| 1136 | PrivCopyFileExW |
| 1137 | PrivMoveFileIdentityW |
| 1138 | Process32First |
| 1139 | Process32FirstW |
| 1140 | Process32Next |
| 1141 | Process32NextW |
| 1142 | ProcessIdToSessionId |
| 1143 | PssCaptureSnapshot |
| 1144 | PssDuplicateSnapshot |
| 1145 | PssFreeSnapshot |
| 1146 | PssQuerySnapshot |
| 1147 | PssWalkMarkerCreate |
| 1148 | PssWalkMarkerFree |
| 1149 | PssWalkMarkerGetPosition |
| 1150 | PssWalkMarkerRewind |
| 1151 | PssWalkMarkerSeek |
| 1152 | PssWalkMarkerSeekToBeginning |
| 1153 | PssWalkMarkerSetPosition |
| 1154 | PssWalkMarkerTell |
| 1155 | PssWalkSnapshot |
| 1156 | PulseEvent |
| 1157 | PurgeComm |
| 1158 | QueryActCtxSettingsW |
| 1159 | QueryActCtxSettingsWWorker |
| 1160 | QueryActCtxW |
| 1161 | QueryActCtxWWorker |
| 1162 | QueryDepthSList |
| 1163 | QueryDosDeviceA |
| 1164 | QueryDosDeviceW |
| 1165 | QueryFullProcessImageNameA |
| 1166 | QueryFullProcessImageNameW |
| 1167 | QueryIdleProcessorCycleTime |
| 1168 | QueryIdleProcessorCycleTimeEx |
| 1169 | QueryInformationJobObject |
Biswapriyo Nath | b95e68a | 2019-01-25 00:22:41 +0530 | [diff] [blame] | 1170 | QueryIoRateControlInformationJobObject |
Biswapriyo Nath | d367cc9 | 2023-07-28 18:21:18 +0530 | [diff] [blame] | 1171 | QueryIoRingCapabilities |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 1172 | QueryMemoryResourceNotification |
| 1173 | QueryPerformanceCounter |
| 1174 | QueryPerformanceFrequency |
| 1175 | QueryProcessAffinityUpdateMode |
| 1176 | QueryProcessCycleTime |
Biswapriyo Nath | b95e68a | 2019-01-25 00:22:41 +0530 | [diff] [blame] | 1177 | QueryProtectedPolicy |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 1178 | QueryThreadCycleTime |
| 1179 | QueryThreadProfiling |
| 1180 | QueryThreadpoolStackInformation |
Martin Storsjö | 9bd6bca | 2017-08-15 00:00:09 +0300 | [diff] [blame] | 1181 | F_X64(QueryUmsThreadInformation) |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 1182 | QueryUnbiasedInterruptTime |
| 1183 | QueueUserAPC |
Biswapriyo Nath | d367cc9 | 2023-07-28 18:21:18 +0530 | [diff] [blame] | 1184 | QueueUserAPC2 |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 1185 | QueueUserWorkItem |
| 1186 | QuirkGetData2Worker |
| 1187 | QuirkGetDataWorker |
| 1188 | QuirkIsEnabled2Worker |
| 1189 | QuirkIsEnabled3Worker |
| 1190 | QuirkIsEnabledForPackage2Worker |
Biswapriyo Nath | b95e68a | 2019-01-25 00:22:41 +0530 | [diff] [blame] | 1191 | QuirkIsEnabledForPackage3Worker |
| 1192 | QuirkIsEnabledForPackage4Worker |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 1193 | QuirkIsEnabledForPackageWorker |
| 1194 | QuirkIsEnabledForProcessWorker |
| 1195 | QuirkIsEnabledWorker |
| 1196 | RaiseException |
| 1197 | RaiseFailFastException |
| 1198 | RaiseInvalid16BitExeError |
| 1199 | ReOpenFile |
Corinna Vinschen | 1012dd4 | 2015-08-25 15:53:59 +0200 | [diff] [blame] | 1200 | ReclaimVirtualMemory |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 1201 | ReadConsoleA |
| 1202 | ReadConsoleInputA |
| 1203 | ReadConsoleInputExA |
| 1204 | ReadConsoleInputExW |
| 1205 | ReadConsoleInputW |
| 1206 | ReadConsoleOutputA |
| 1207 | ReadConsoleOutputAttribute |
| 1208 | ReadConsoleOutputCharacterA |
| 1209 | ReadConsoleOutputCharacterW |
| 1210 | ReadConsoleOutputW |
| 1211 | ReadConsoleW |
Biswapriyo Nath | 24842d4 | 2019-02-22 21:23:34 +0530 | [diff] [blame] | 1212 | ReadDirectoryChangesExW |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 1213 | ReadDirectoryChangesW |
| 1214 | ReadFile |
| 1215 | ReadFileEx |
| 1216 | ReadFileScatter |
| 1217 | ReadProcessMemory |
| 1218 | ReadThreadProfilingData |
Martin Storsjö | 9bd6bca | 2017-08-15 00:00:09 +0300 | [diff] [blame] | 1219 | ; |
| 1220 | ; MSDN says these functions are exported |
| 1221 | ; from advapi32.dll. Commented out for |
| 1222 | ; compatibility with older versions of |
| 1223 | ; Windows. |
| 1224 | ; |
| 1225 | ; RegKrnGetGlobalState and RegKrnInitialize |
| 1226 | ; are known exceptions. |
| 1227 | ; |
| 1228 | ;RegCloseKey |
| 1229 | ;RegCopyTreeW |
| 1230 | ;RegCreateKeyExA |
| 1231 | ;RegCreateKeyExW |
| 1232 | ;RegDeleteKeyExA |
| 1233 | ;RegDeleteKeyExW |
| 1234 | ;RegDeleteTreeA |
| 1235 | ;RegDeleteTreeW |
| 1236 | ;RegDeleteValueA |
| 1237 | ;RegDeleteValueW |
| 1238 | ;RegDisablePredefinedCacheEx |
| 1239 | ;RegEnumKeyExA |
| 1240 | ;RegEnumKeyExW |
| 1241 | ;RegEnumValueA |
| 1242 | ;RegEnumValueW |
| 1243 | ;RegFlushKey |
| 1244 | ;RegGetKeySecurity |
| 1245 | ;RegGetValueA |
| 1246 | ;RegGetValueW |
| 1247 | RegKrnGetGlobalState |
| 1248 | RegKrnInitialize |
| 1249 | ;RegLoadKeyA |
| 1250 | ;RegLoadKeyW |
| 1251 | ;RegLoadMUIStringA |
| 1252 | ;RegLoadMUIStringW |
| 1253 | ;RegNotifyChangeKeyValue |
| 1254 | ;RegOpenCurrentUser |
| 1255 | ;RegOpenKeyExA |
| 1256 | ;RegOpenKeyExW |
| 1257 | ;RegOpenUserClassesRoot |
| 1258 | ;RegQueryInfoKeyA |
| 1259 | ;RegQueryInfoKeyW |
| 1260 | ;RegQueryValueExA |
| 1261 | ;RegQueryValueExW |
| 1262 | ;RegRestoreKeyA |
| 1263 | ;RegRestoreKeyW |
| 1264 | ;RegSaveKeyExA |
| 1265 | ;RegSaveKeyExW |
| 1266 | ;RegSetKeySecurity |
| 1267 | ;RegSetValueExA |
| 1268 | ;RegSetValueExW |
| 1269 | ;RegUnLoadKeyA |
| 1270 | ;RegUnLoadKeyW |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 1271 | RegisterApplicationRecoveryCallback |
| 1272 | RegisterApplicationRestart |
| 1273 | RegisterBadMemoryNotification |
| 1274 | RegisterConsoleIME |
| 1275 | RegisterConsoleOS2 |
| 1276 | RegisterConsoleVDM |
| 1277 | RegisterWaitForInputIdle |
| 1278 | RegisterWaitForSingleObject |
| 1279 | RegisterWaitForSingleObjectEx |
| 1280 | RegisterWaitUntilOOBECompleted |
| 1281 | RegisterWowBaseHandlers |
| 1282 | RegisterWowExec |
| 1283 | ReleaseActCtx |
| 1284 | ReleaseActCtxWorker |
| 1285 | ReleaseMutex |
| 1286 | ReleaseMutexWhenCallbackReturns |
Biswapriyo Nath | d367cc9 | 2023-07-28 18:21:18 +0530 | [diff] [blame] | 1287 | ReleasePackageVirtualizationContext |
Biswapriyo Nath | f4bf2cf | 2024-12-07 14:33:43 +0000 | [diff] [blame] | 1288 | ReleasePseudoConsole |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 1289 | ReleaseSRWLockExclusive |
| 1290 | ReleaseSRWLockShared |
| 1291 | ReleaseSemaphore |
| 1292 | ReleaseSemaphoreWhenCallbackReturns |
| 1293 | RemoveDirectoryA |
| 1294 | RemoveDirectoryTransactedA |
| 1295 | RemoveDirectoryTransactedW |
| 1296 | RemoveDirectoryW |
| 1297 | RemoveDllDirectory |
| 1298 | RemoveLocalAlternateComputerNameA |
| 1299 | RemoveLocalAlternateComputerNameW |
| 1300 | RemoveSecureMemoryCacheCallback |
| 1301 | RemoveVectoredContinueHandler |
| 1302 | RemoveVectoredExceptionHandler |
| 1303 | ReplaceFile |
| 1304 | ReplaceFileA |
| 1305 | ReplaceFileW |
| 1306 | ReplacePartitionUnit |
| 1307 | RequestDeviceWakeup |
| 1308 | RequestWakeupLatency |
| 1309 | ResetEvent |
| 1310 | ResetWriteWatch |
Biswapriyo Nath | b95e68a | 2019-01-25 00:22:41 +0530 | [diff] [blame] | 1311 | ResizePseudoConsole |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 1312 | ResolveDelayLoadedAPI |
| 1313 | ResolveDelayLoadsFromDll |
| 1314 | ResolveLocaleName |
| 1315 | RestoreLastError |
| 1316 | ResumeThread |
| 1317 | RtlAddFunctionTable |
| 1318 | RtlCaptureContext |
| 1319 | RtlCaptureStackBackTrace |
| 1320 | RtlCompareMemory |
| 1321 | RtlCopyMemory |
| 1322 | RtlDeleteFunctionTable |
| 1323 | RtlFillMemory |
| 1324 | RtlInstallFunctionTableCallback |
Biswapriyo Nath | d367cc9 | 2023-07-28 18:21:18 +0530 | [diff] [blame] | 1325 | RtlIsEcCode |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 1326 | RtlLookupFunctionEntry |
| 1327 | RtlMoveMemory |
| 1328 | RtlPcToFileHeader |
| 1329 | RtlRaiseException |
| 1330 | RtlRestoreContext |
| 1331 | RtlUnwind |
| 1332 | RtlUnwindEx |
| 1333 | RtlVirtualUnwind |
Biswapriyo Nath | d367cc9 | 2023-07-28 18:21:18 +0530 | [diff] [blame] | 1334 | RtlVirtualUnwind2 |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 1335 | RtlZeroMemory |
| 1336 | ScrollConsoleScreenBufferA |
| 1337 | ScrollConsoleScreenBufferW |
| 1338 | SearchPathA |
| 1339 | SearchPathW |
| 1340 | SetCachedSigningLevel |
Martin Storsjö | 9bd6bca | 2017-08-15 00:00:09 +0300 | [diff] [blame] | 1341 | SetCPGlobal |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 1342 | SetCalendarInfoA |
| 1343 | SetCalendarInfoW |
| 1344 | SetComPlusPackageInstallStatus |
| 1345 | SetCommBreak |
| 1346 | SetCommConfig |
| 1347 | SetCommMask |
| 1348 | SetCommState |
| 1349 | SetCommTimeouts |
| 1350 | SetComputerNameA |
| 1351 | SetComputerNameEx2W |
| 1352 | SetComputerNameExA |
| 1353 | SetComputerNameExW |
| 1354 | SetComputerNameW |
| 1355 | SetConsoleActiveScreenBuffer |
| 1356 | SetConsoleCP |
Martin Storsjö | 9bd6bca | 2017-08-15 00:00:09 +0300 | [diff] [blame] | 1357 | SetConsoleCommandHistoryMode |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 1358 | SetConsoleCtrlHandler |
| 1359 | SetConsoleCursor |
| 1360 | SetConsoleCursorInfo |
| 1361 | SetConsoleCursorMode |
| 1362 | SetConsoleCursorPosition |
| 1363 | SetConsoleDisplayMode |
| 1364 | SetConsoleFont |
| 1365 | SetConsoleHardwareState |
| 1366 | SetConsoleHistoryInfo |
| 1367 | SetConsoleIcon |
| 1368 | SetConsoleInputExeNameA |
| 1369 | SetConsoleInputExeNameW |
| 1370 | SetConsoleKeyShortcuts |
| 1371 | SetConsoleLocalEUDC |
| 1372 | SetConsoleMaximumWindowSize |
| 1373 | SetConsoleMenuClose |
| 1374 | SetConsoleMode |
| 1375 | SetConsoleNlsMode |
| 1376 | SetConsoleNumberOfCommandsA |
| 1377 | SetConsoleNumberOfCommandsW |
| 1378 | SetConsoleOS2OemFormat |
| 1379 | SetConsoleOutputCP |
| 1380 | SetConsolePalette |
| 1381 | SetConsoleScreenBufferInfoEx |
| 1382 | SetConsoleScreenBufferSize |
| 1383 | SetConsoleTextAttribute |
| 1384 | SetConsoleTitleA |
| 1385 | SetConsoleTitleW |
| 1386 | SetConsoleWindowInfo |
| 1387 | SetCriticalSectionSpinCount |
| 1388 | SetCurrentConsoleFontEx |
| 1389 | SetCurrentDirectoryA |
| 1390 | SetCurrentDirectoryW |
| 1391 | SetDefaultCommConfigA |
| 1392 | SetDefaultCommConfigW |
| 1393 | SetDefaultDllDirectories |
| 1394 | SetDllDirectoryA |
| 1395 | SetDllDirectoryW |
| 1396 | SetDynamicTimeZoneInformation |
| 1397 | SetEndOfFile |
| 1398 | SetEnvironmentStringsA |
| 1399 | SetEnvironmentStringsW |
| 1400 | SetEnvironmentVariableA |
| 1401 | SetEnvironmentVariableW |
| 1402 | SetErrorMode |
| 1403 | SetEvent |
| 1404 | SetEventWhenCallbackReturns |
Martin Storsjö | 9bd6bca | 2017-08-15 00:00:09 +0300 | [diff] [blame] | 1405 | SetExtendedFeaturesMask |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 1406 | SetFileApisToANSI |
| 1407 | SetFileApisToOEM |
| 1408 | SetFileAttributesA |
| 1409 | SetFileAttributesTransactedA |
| 1410 | SetFileAttributesTransactedW |
| 1411 | SetFileAttributesW |
| 1412 | SetFileBandwidthReservation |
| 1413 | SetFileCompletionNotificationModes |
| 1414 | SetFileInformationByHandle |
| 1415 | SetFileIoOverlappedRange |
| 1416 | SetFilePointer |
| 1417 | SetFilePointerEx |
| 1418 | SetFileShortNameA |
| 1419 | SetFileShortNameW |
| 1420 | SetFileTime |
| 1421 | SetFileValidData |
| 1422 | SetFirmwareEnvironmentVariableA |
| 1423 | SetFirmwareEnvironmentVariableExA |
| 1424 | SetFirmwareEnvironmentVariableExW |
| 1425 | SetFirmwareEnvironmentVariableW |
| 1426 | SetHandleCount |
| 1427 | SetHandleInformation |
| 1428 | SetInformationJobObject |
Biswapriyo Nath | b95e68a | 2019-01-25 00:22:41 +0530 | [diff] [blame] | 1429 | SetIoRateControlInformationJobObject |
Biswapriyo Nath | d367cc9 | 2023-07-28 18:21:18 +0530 | [diff] [blame] | 1430 | SetIoRingCompletionEvent |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 1431 | SetLastConsoleEventActive |
| 1432 | SetLastError |
| 1433 | SetLocalPrimaryComputerNameA |
| 1434 | SetLocalPrimaryComputerNameW |
| 1435 | SetLocalTime |
| 1436 | SetLocaleInfoA |
| 1437 | SetLocaleInfoW |
| 1438 | SetMailslotInfo |
| 1439 | SetMessageWaitingIndicator |
| 1440 | SetNamedPipeAttribute |
| 1441 | SetNamedPipeHandleState |
| 1442 | SetPriorityClass |
| 1443 | SetProcessAffinityMask |
| 1444 | SetProcessAffinityUpdateMode |
| 1445 | SetProcessDEPPolicy |
Biswapriyo Nath | d367cc9 | 2023-07-28 18:21:18 +0530 | [diff] [blame] | 1446 | SetProcessDefaultCpuSetMasks |
Biswapriyo Nath | b95e68a | 2019-01-25 00:22:41 +0530 | [diff] [blame] | 1447 | SetProcessDefaultCpuSets |
Biswapriyo Nath | d367cc9 | 2023-07-28 18:21:18 +0530 | [diff] [blame] | 1448 | SetProcessDynamicEHContinuationTargets |
| 1449 | SetProcessDynamicEnforcedCetCompatibleRanges |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 1450 | SetProcessInformation |
| 1451 | SetProcessMitigationPolicy |
| 1452 | SetProcessPreferredUILanguages |
| 1453 | SetProcessPriorityBoost |
| 1454 | SetProcessShutdownParameters |
| 1455 | SetProcessWorkingSetSize |
| 1456 | SetProcessWorkingSetSizeEx |
Biswapriyo Nath | b95e68a | 2019-01-25 00:22:41 +0530 | [diff] [blame] | 1457 | SetProtectedPolicy |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 1458 | SetSearchPathMode |
| 1459 | SetStdHandle |
| 1460 | SetStdHandleEx |
| 1461 | SetSystemFileCacheSize |
| 1462 | SetSystemPowerState |
| 1463 | SetSystemTime |
| 1464 | SetSystemTimeAdjustment |
| 1465 | SetTapeParameters |
| 1466 | SetTapePosition |
| 1467 | SetTermsrvAppInstallMode |
| 1468 | SetThreadAffinityMask |
| 1469 | SetThreadContext |
Biswapriyo Nath | b95e68a | 2019-01-25 00:22:41 +0530 | [diff] [blame] | 1470 | SetThreadDescription |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 1471 | SetThreadErrorMode |
| 1472 | SetThreadExecutionState |
| 1473 | SetThreadGroupAffinity |
| 1474 | SetThreadIdealProcessor |
| 1475 | SetThreadIdealProcessorEx |
| 1476 | SetThreadInformation |
| 1477 | SetThreadLocale |
| 1478 | SetThreadPreferredUILanguages |
| 1479 | SetThreadPriority |
| 1480 | SetThreadPriorityBoost |
Biswapriyo Nath | d367cc9 | 2023-07-28 18:21:18 +0530 | [diff] [blame] | 1481 | SetThreadSelectedCpuSetMasks |
Biswapriyo Nath | b95e68a | 2019-01-25 00:22:41 +0530 | [diff] [blame] | 1482 | SetThreadSelectedCpuSets |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 1483 | SetThreadStackGuarantee |
LIU Hao | 49a56d4 | 2022-04-29 18:50:15 +0800 | [diff] [blame] | 1484 | ; MSDN says this is exported from ADVAPI32.DLL. |
| 1485 | ; SetThreadToken |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 1486 | SetThreadUILanguage |
| 1487 | SetThreadpoolStackInformation |
| 1488 | SetThreadpoolThreadMaximum |
| 1489 | SetThreadpoolThreadMinimum |
| 1490 | SetThreadpoolTimer |
| 1491 | SetThreadpoolTimerEx |
| 1492 | SetThreadpoolWait |
| 1493 | SetThreadpoolWaitEx |
| 1494 | SetTimeZoneInformation |
| 1495 | SetTimerQueueTimer |
Martin Storsjö | 9bd6bca | 2017-08-15 00:00:09 +0300 | [diff] [blame] | 1496 | F_X64(SetUmsThreadInformation) |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 1497 | SetUnhandledExceptionFilter |
| 1498 | SetUserGeoID |
Biswapriyo Nath | b95e68a | 2019-01-25 00:22:41 +0530 | [diff] [blame] | 1499 | SetUserGeoName |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 1500 | SetVDMCurrentDirectories |
| 1501 | SetVolumeLabelA |
| 1502 | SetVolumeLabelW |
| 1503 | SetVolumeMountPointA |
| 1504 | SetVolumeMountPointW |
| 1505 | SetVolumeMountPointWStub |
| 1506 | SetWaitableTimer |
| 1507 | SetWaitableTimerEx |
Biswapriyo Nath | b95e68a | 2019-01-25 00:22:41 +0530 | [diff] [blame] | 1508 | SetXStateFeaturesMask |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 1509 | SetupComm |
| 1510 | ShowConsoleCursor |
| 1511 | SignalObjectAndWait |
| 1512 | SizeofResource |
| 1513 | Sleep |
| 1514 | SleepConditionVariableCS |
| 1515 | SleepConditionVariableSRW |
| 1516 | SleepEx |
| 1517 | SortCloseHandle |
| 1518 | SortGetHandle |
| 1519 | StartThreadpoolIo |
Biswapriyo Nath | d367cc9 | 2023-07-28 18:21:18 +0530 | [diff] [blame] | 1520 | SubmitIoRing |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 1521 | SubmitThreadpoolWork |
| 1522 | SuspendThread |
| 1523 | SwitchToFiber |
| 1524 | SwitchToThread |
| 1525 | SystemTimeToFileTime |
| 1526 | SystemTimeToTzSpecificLocalTime |
| 1527 | SystemTimeToTzSpecificLocalTimeEx |
| 1528 | TerminateJobObject |
| 1529 | TerminateProcess |
| 1530 | TerminateThread |
| 1531 | TermsrvAppInstallMode |
| 1532 | TermsrvConvertSysRootToUserDir |
| 1533 | TermsrvCreateRegEntry |
| 1534 | TermsrvDeleteKey |
| 1535 | TermsrvDeleteValue |
| 1536 | TermsrvGetPreSetValue |
| 1537 | TermsrvGetWindowsDirectoryA |
| 1538 | TermsrvGetWindowsDirectoryW |
| 1539 | TermsrvOpenRegEntry |
| 1540 | TermsrvOpenUserClasses |
| 1541 | TermsrvRestoreKey |
| 1542 | TermsrvSetKeySecurity |
| 1543 | TermsrvSetValueKey |
| 1544 | TermsrvSyncUserIniFileExt |
| 1545 | Thread32First |
| 1546 | Thread32Next |
| 1547 | TlsAlloc |
| 1548 | TlsFree |
| 1549 | TlsGetValue |
Biswapriyo Nath | f4bf2cf | 2024-12-07 14:33:43 +0000 | [diff] [blame] | 1550 | TlsGetValue2 |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 1551 | TlsSetValue |
| 1552 | Toolhelp32ReadProcessMemory |
| 1553 | TransactNamedPipe |
| 1554 | TransmitCommChar |
| 1555 | TryAcquireSRWLockExclusive |
| 1556 | TryAcquireSRWLockShared |
| 1557 | TryEnterCriticalSection |
| 1558 | TrySubmitThreadpoolCallback |
| 1559 | TzSpecificLocalTimeToSystemTime |
| 1560 | TzSpecificLocalTimeToSystemTimeEx |
| 1561 | UTRegister |
| 1562 | UTUnRegister |
Martin Storsjö | 9bd6bca | 2017-08-15 00:00:09 +0300 | [diff] [blame] | 1563 | F_X64(UmsThreadYield) |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 1564 | UnhandledExceptionFilter |
| 1565 | UnlockFile |
| 1566 | UnlockFileEx |
| 1567 | UnmapViewOfFile |
| 1568 | UnmapViewOfFileEx |
| 1569 | UnregisterApplicationRecoveryCallback |
| 1570 | UnregisterApplicationRestart |
| 1571 | UnregisterBadMemoryNotification |
| 1572 | UnregisterConsoleIME |
| 1573 | UnregisterWait |
| 1574 | UnregisterWaitEx |
| 1575 | UnregisterWaitUntilOOBECompleted |
| 1576 | UpdateCalendarDayOfWeek |
| 1577 | UpdateProcThreadAttribute |
| 1578 | UpdateResourceA |
| 1579 | UpdateResourceW |
| 1580 | VDMConsoleOperation |
| 1581 | VDMOperationStarted |
Martin Storsjö | 9bd6bca | 2017-08-15 00:00:09 +0300 | [diff] [blame] | 1582 | ValidateLCType |
| 1583 | ValidateLocale |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 1584 | VerLanguageNameA |
| 1585 | VerLanguageNameW |
| 1586 | VerSetConditionMask |
| 1587 | VerifyConsoleIoHandle |
| 1588 | VerifyScripts |
| 1589 | VerifyVersionInfoA |
| 1590 | VerifyVersionInfoW |
| 1591 | VirtualAlloc |
| 1592 | VirtualAllocEx |
| 1593 | VirtualAllocExNuma |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 1594 | VirtualFree |
| 1595 | VirtualFreeEx |
| 1596 | VirtualLock |
| 1597 | VirtualProtect |
| 1598 | VirtualProtectEx |
| 1599 | VirtualQuery |
| 1600 | VirtualQueryEx |
| 1601 | VirtualUnlock |
| 1602 | WTSGetActiveConsoleSessionId |
| 1603 | WaitCommEvent |
| 1604 | WaitForDebugEvent |
Biswapriyo Nath | b95e68a | 2019-01-25 00:22:41 +0530 | [diff] [blame] | 1605 | WaitForDebugEventEx |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 1606 | WaitForMultipleObjects |
| 1607 | WaitForMultipleObjectsEx |
| 1608 | WaitForSingleObject |
| 1609 | WaitForSingleObjectEx |
| 1610 | WaitForThreadpoolIoCallbacks |
| 1611 | WaitForThreadpoolTimerCallbacks |
| 1612 | WaitForThreadpoolWaitCallbacks |
| 1613 | WaitForThreadpoolWorkCallbacks |
| 1614 | WaitNamedPipeA |
| 1615 | WaitNamedPipeW |
| 1616 | WakeAllConditionVariable |
Steve Lhomme | 68d0e7d | 2020-06-05 14:17:42 +0200 | [diff] [blame] | 1617 | ; MSDN says it's in Kernel32.dll but it's not. |
| 1618 | ; Link with libsynchronization.a instead. |
| 1619 | ; Commented out for compatibility with older |
| 1620 | ; versions of Windows. |
| 1621 | ;WaitOnAddress |
| 1622 | ;WakeByAddressSingle |
| 1623 | ;WakeByAddressAll |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 1624 | WakeConditionVariable |
| 1625 | WerGetFlags |
Biswapriyo Nath | b95e68a | 2019-01-25 00:22:41 +0530 | [diff] [blame] | 1626 | WerGetFlagsWorker |
| 1627 | WerRegisterAdditionalProcess |
| 1628 | WerRegisterAppLocalDump |
| 1629 | WerRegisterCustomMetadata |
| 1630 | WerRegisterExcludedMemoryBlock |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 1631 | WerRegisterFile |
| 1632 | WerRegisterFileWorker |
| 1633 | WerRegisterMemoryBlock |
| 1634 | WerRegisterMemoryBlockWorker |
| 1635 | WerRegisterRuntimeExceptionModule |
| 1636 | WerRegisterRuntimeExceptionModuleWorker |
| 1637 | WerSetFlags |
Biswapriyo Nath | b95e68a | 2019-01-25 00:22:41 +0530 | [diff] [blame] | 1638 | WerSetFlagsWorker |
| 1639 | WerUnregisterAdditionalProcess |
| 1640 | WerUnregisterAppLocalDump |
| 1641 | WerUnregisterCustomMetadata |
| 1642 | WerUnregisterExcludedMemoryBlock |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 1643 | WerUnregisterFile |
| 1644 | WerUnregisterFileWorker |
| 1645 | WerUnregisterMemoryBlock |
| 1646 | WerUnregisterMemoryBlockWorker |
| 1647 | WerUnregisterRuntimeExceptionModule |
| 1648 | WerUnregisterRuntimeExceptionModuleWorker |
| 1649 | WerpCleanupMessageMapping |
| 1650 | WerpGetDebugger |
| 1651 | WerpInitiateRemoteRecovery |
| 1652 | WerpLaunchAeDebug |
| 1653 | WerpNotifyLoadStringResource |
| 1654 | WerpNotifyLoadStringResourceEx |
| 1655 | WerpNotifyLoadStringResourceWorker |
| 1656 | WerpNotifyUseStringResource |
| 1657 | WerpNotifyUseStringResourceWorker |
| 1658 | WerpStringLookup |
| 1659 | WideCharToMultiByte |
| 1660 | WinExec |
| 1661 | Wow64DisableWow64FsRedirection |
| 1662 | Wow64EnableWow64FsRedirection |
| 1663 | Wow64GetThreadContext |
| 1664 | Wow64GetThreadSelectorEntry |
| 1665 | Wow64RevertWow64FsRedirection |
| 1666 | Wow64SetThreadContext |
| 1667 | Wow64SuspendThread |
| 1668 | WriteConsoleA |
| 1669 | WriteConsoleInputA |
| 1670 | WriteConsoleInputVDMA |
| 1671 | WriteConsoleInputVDMW |
| 1672 | WriteConsoleInputW |
| 1673 | WriteConsoleOutputA |
| 1674 | WriteConsoleOutputAttribute |
| 1675 | WriteConsoleOutputCharacterA |
| 1676 | WriteConsoleOutputCharacterW |
| 1677 | WriteConsoleOutputW |
| 1678 | WriteConsoleW |
| 1679 | WriteFile |
| 1680 | WriteFileEx |
| 1681 | WriteFileGather |
| 1682 | WritePrivateProfileSectionA |
| 1683 | WritePrivateProfileSectionW |
| 1684 | WritePrivateProfileStringA |
| 1685 | WritePrivateProfileStringW |
| 1686 | WritePrivateProfileStructA |
| 1687 | WritePrivateProfileStructW |
| 1688 | WriteProcessMemory |
| 1689 | WriteProfileSectionA |
| 1690 | WriteProfileSectionW |
| 1691 | WriteProfileStringA |
| 1692 | WriteProfileStringW |
| 1693 | WriteTapemark |
| 1694 | ZombifyActCtx |
| 1695 | ZombifyActCtxWorker |
Martin Storsjö | dc348cb | 2018-12-14 09:38:33 +0200 | [diff] [blame] | 1696 | F_X64(__C_specific_handler) |
| 1697 | F_ARM32(__C_specific_handler) |
Martin Storsjö | 5af8d91 | 2020-03-08 23:13:01 +0200 | [diff] [blame] | 1698 | ; This isn't always available and shouldn't be linked from here, but should |
| 1699 | ; be statically linked from the compiler support library. |
| 1700 | ;F_ARM32(__chkstk) |
Martin Storsjö | 705bdc4 | 2017-09-15 13:14:28 +0300 | [diff] [blame] | 1701 | F_X64(__misaligned_access) |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 1702 | _hread |
| 1703 | _hwrite |
| 1704 | _lclose |
| 1705 | _lcreat |
| 1706 | _llseek |
Martin Storsjö | 9bd6bca | 2017-08-15 00:00:09 +0300 | [diff] [blame] | 1707 | _local_unwind |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 1708 | _lopen |
| 1709 | _lread |
| 1710 | _lwrite |
| 1711 | lstrcat |
| 1712 | lstrcatA |
| 1713 | lstrcatW |
| 1714 | lstrcmp |
| 1715 | lstrcmpA |
| 1716 | lstrcmpW |
| 1717 | lstrcmpi |
| 1718 | lstrcmpiA |
| 1719 | lstrcmpiW |
| 1720 | lstrcpy |
| 1721 | lstrcpyA |
| 1722 | lstrcpyW |
| 1723 | lstrcpyn |
| 1724 | lstrcpynA |
| 1725 | lstrcpynW |
| 1726 | lstrlen |
| 1727 | lstrlenA |
| 1728 | lstrlenW |
Liu Hao | 65042f8 | 2019-03-20 12:43:42 +0800 | [diff] [blame] | 1729 | ; |
| 1730 | ; MSDN says these functions are exported |
| 1731 | ; from winmm.dll. Commented out for |
| 1732 | ; compatibility with older versions of |
| 1733 | ; Windows. |
| 1734 | ; |
| 1735 | ;timeBeginPeriod |
| 1736 | ;timeEndPeriod |
| 1737 | ;timeGetDevCaps |
| 1738 | ;timeGetSystemTime |
| 1739 | ;timeGetTime |
Kai Tietz | 4a306ba | 2014-04-24 16:26:56 +0000 | [diff] [blame] | 1740 | uaw_lstrcmpW |
| 1741 | uaw_lstrcmpiW |
| 1742 | uaw_lstrlenW |
| 1743 | uaw_wcschr |
| 1744 | uaw_wcscpy |
| 1745 | uaw_wcsicmp |
| 1746 | uaw_wcslen |
| 1747 | uaw_wcsrchr |