]> gitweb.factorcode.org Git - factor.git/blob - library/windows/kernel32.factor
d598ae91edfa00bf24c528685b173b649d9cd1b2
[factor.git] / library / windows / kernel32.factor
1 IN: win32-api
2
3 LIBRARY: kernel32
4 ! FUNCTION: _hread
5 ! FUNCTION: _hwrite
6 ! FUNCTION: _lclose
7 ! FUNCTION: _lcreat
8 ! FUNCTION: _llseek
9 ! FUNCTION: _lopen
10 ! FUNCTION: _lread
11 ! FUNCTION: _lwrite
12 ! FUNCTION: ActivateActCtx
13 ! FUNCTION: AddAtomA
14 ! FUNCTION: AddAtomW
15 ! FUNCTION: AddConsoleAliasA
16 ! FUNCTION: AddConsoleAliasW
17 ! FUNCTION: AddLocalAlternateComputerNameA
18 ! FUNCTION: AddLocalAlternateComputerNameW
19 ! FUNCTION: AddRefActCtx
20 ! FUNCTION: AddVectoredExceptionHandler
21 ! FUNCTION: AllocateUserPhysicalPages
22 ! FUNCTION: AllocConsole
23 ! FUNCTION: AreFileApisANSI
24 ! FUNCTION: AssignProcessToJobObject
25 ! FUNCTION: AttachConsole
26 ! FUNCTION: BackupRead
27 ! FUNCTION: BackupSeek
28 ! FUNCTION: BackupWrite
29 ! FUNCTION: BaseCheckAppcompatCache
30 ! FUNCTION: BaseCleanupAppcompatCache
31 ! FUNCTION: BaseCleanupAppcompatCacheSupport
32 ! FUNCTION: BaseDumpAppcompatCache
33 ! FUNCTION: BaseFlushAppcompatCache
34 ! FUNCTION: BaseInitAppcompatCache
35 ! FUNCTION: BaseInitAppcompatCacheSupport
36 ! FUNCTION: BasepCheckWinSaferRestrictions
37 ! FUNCTION: BaseProcessInitPostImport
38 ! FUNCTION: BaseQueryModuleData
39 ! FUNCTION: BaseUpdateAppcompatCache
40 ! FUNCTION: Beep
41 ! FUNCTION: BeginUpdateResourceA
42 ! FUNCTION: BeginUpdateResourceW
43 ! FUNCTION: BindIoCompletionCallback
44 ! FUNCTION: BuildCommDCBA
45 ! FUNCTION: BuildCommDCBAndTimeoutsA
46 ! FUNCTION: BuildCommDCBAndTimeoutsW
47 ! FUNCTION: BuildCommDCBW
48 ! FUNCTION: CallNamedPipeA
49 ! FUNCTION: CallNamedPipeW
50 ! FUNCTION: CancelDeviceWakeupRequest
51 FUNCTION: BOOL CancelIo ( HANDLE h ) ;
52 ! FUNCTION: CancelTimerQueueTimer
53 ! FUNCTION: CancelWaitableTimer
54 ! FUNCTION: ChangeTimerQueueTimer
55 ! FUNCTION: CheckNameLegalDOS8Dot3A
56 ! FUNCTION: CheckNameLegalDOS8Dot3W
57 ! FUNCTION: CheckRemoteDebuggerPresent
58 ! FUNCTION: ClearCommBreak
59 ! FUNCTION: ClearCommError
60 ! FUNCTION: CloseConsoleHandle
61 FUNCTION: BOOL CloseHandle ( HANDLE h ) ;
62 ! FUNCTION: CloseProfileUserMapping
63 ! FUNCTION: CmdBatNotification
64 ! FUNCTION: CommConfigDialogA
65 ! FUNCTION: CommConfigDialogW
66 ! FUNCTION: CompareFileTime
67 ! FUNCTION: CompareStringA
68 ! FUNCTION: CompareStringW
69 ! FUNCTION: ConnectNamedPipe
70 ! FUNCTION: ConsoleMenuControl
71 ! FUNCTION: ContinueDebugEvent
72 ! FUNCTION: ConvertDefaultLocale
73 ! FUNCTION: ConvertFiberToThread
74 ! FUNCTION: ConvertThreadToFiber
75 ! FUNCTION: CopyFileA
76 ! FUNCTION: CopyFileExA
77 ! FUNCTION: CopyFileExW
78 ! FUNCTION: CopyFileW
79 ! FUNCTION: CopyLZFile
80 ! FUNCTION: CreateActCtxA
81 ! FUNCTION: CreateActCtxW
82 ! FUNCTION: CreateConsoleScreenBuffer
83 ! FUNCTION: CreateDirectoryA
84 ! FUNCTION: CreateDirectoryExA
85 ! FUNCTION: CreateDirectoryExW
86 ! FUNCTION: CreateDirectoryW
87 ! FUNCTION: CreateEventA
88 ! FUNCTION: CreateEventW
89 ! FUNCTION: CreateFiber
90 ! FUNCTION: CreateFiberEx
91
92 FUNCTION: HANDLE CreateFileA ( char* lpFileName, DWORD dwDesiredAccess, DWORD dwShareMode, LPSECURITY_ATTRIBUTES lpSecurityAttribures, DWORD dwCreationDisposition, DWORD dwFlagsAndAttributes, HANDLE hTemplateFile ) ;
93
94 FUNCTION: HANDLE CreateFileW ( char* lpFileName, DWORD dwDesiredAccess, DWORD dwShareMode, LPSECURITY_ATTRIBUTES lpSecurityAttribures, DWORD dwCreationDisposition, DWORD dwFlagsAndAttributes, HANDLE hTemplateFile ) ;
95 : CreateFile \ CreateFileW \ CreateFileA unicode-exec ;
96
97 ! FUNCTION: CreateFileMappingA
98 ! FUNCTION: CreateFileMappingW
99 ! FUNCTION: CreateHardLinkA
100 ! FUNCTION: CreateHardLinkW
101 ! FUNCTION: HANDLE CreateIoCompletionPort ( HANDLE hFileHandle, HANDLE hExistingCompletionPort, ULONG_PTR uCompletionKey, DWORD dwNumberofConcurrentThreads ) ;
102 FUNCTION: HANDLE CreateIoCompletionPort ( HANDLE hFileHandle, HANDLE hExistingCompletionPort, void* uCompletionKey, DWORD dwNumberofConcurrentThreads ) ;
103 ! FUNCTION: CreateJobObjectA
104 ! FUNCTION: CreateJobObjectW
105 ! FUNCTION: CreateJobSet
106 ! FUNCTION: CreateMailslotA
107 ! FUNCTION: CreateMailslotW
108 ! FUNCTION: CreateMemoryResourceNotification
109 ! FUNCTION: CreateMutexA
110 ! FUNCTION: CreateMutexW
111 ! FUNCTION: CreateNamedPipeA
112 ! FUNCTION: CreateNamedPipeW
113 ! FUNCTION: CreateNlsSecurityDescriptor
114 ! FUNCTION: CreatePipe
115 ! FUNCTION: CreateProcessA
116 ! FUNCTION: CreateProcessInternalA
117 ! FUNCTION: CreateProcessInternalW
118 ! FUNCTION: CreateProcessInternalWSecure
119 ! FUNCTION: CreateProcessW
120 ! FUNCTION: CreateRemoteThread
121 ! FUNCTION: CreateSemaphoreA
122 ! FUNCTION: CreateSemaphoreW
123 ! FUNCTION: CreateSocketHandle
124 ! FUNCTION: CreateTapePartition
125 ! FUNCTION: CreateThread
126 ! FUNCTION: CreateTimerQueue
127 ! FUNCTION: CreateTimerQueueTimer
128 ! FUNCTION: CreateToolhelp32Snapshot
129 ! FUNCTION: CreateVirtualBuffer
130 ! FUNCTION: CreateWaitableTimerA
131 ! FUNCTION: CreateWaitableTimerW
132 ! FUNCTION: DeactivateActCtx
133 ! FUNCTION: DebugActiveProcess
134 ! FUNCTION: DebugActiveProcessStop
135 ! FUNCTION: DebugBreak
136 ! FUNCTION: DebugBreakProcess
137 ! FUNCTION: DebugSetProcessKillOnExit
138 ! FUNCTION: DecodePointer
139 ! FUNCTION: DecodeSystemPointer
140 ! FUNCTION: DefineDosDeviceA
141 ! FUNCTION: DefineDosDeviceW
142 ! FUNCTION: DelayLoadFailureHook
143 ! FUNCTION: DeleteAtom
144 ! FUNCTION: DeleteCriticalSection
145 ! FUNCTION: DeleteFiber
146 ! FUNCTION: DeleteFileA
147 ! FUNCTION: DeleteFileW
148 ! FUNCTION: DeleteTimerQueue
149 ! FUNCTION: DeleteTimerQueueEx
150 ! FUNCTION: DeleteTimerQueueTimer
151 ! FUNCTION: DeleteVolumeMountPointA
152 ! FUNCTION: DeleteVolumeMountPointW
153 ! FUNCTION: DeviceIoControl
154 ! FUNCTION: DisableThreadLibraryCalls
155 ! FUNCTION: DisconnectNamedPipe
156 ! FUNCTION: DnsHostnameToComputerNameA
157 ! FUNCTION: DnsHostnameToComputerNameW
158 ! FUNCTION: DosDateTimeToFileTime
159 ! FUNCTION: DosPathToSessionPathA
160 ! FUNCTION: DosPathToSessionPathW
161 ! FUNCTION: DuplicateConsoleHandle
162 ! FUNCTION: DuplicateHandle
163 ! FUNCTION: EncodePointer
164 ! FUNCTION: EncodeSystemPointer
165 ! FUNCTION: EndUpdateResourceA
166 ! FUNCTION: EndUpdateResourceW
167 ! FUNCTION: EnterCriticalSection
168 ! FUNCTION: EnumCalendarInfoA
169 ! FUNCTION: EnumCalendarInfoExA
170 ! FUNCTION: EnumCalendarInfoExW
171 ! FUNCTION: EnumCalendarInfoW
172 ! FUNCTION: EnumDateFormatsA
173 ! FUNCTION: EnumDateFormatsExA
174 ! FUNCTION: EnumDateFormatsExW
175 ! FUNCTION: EnumDateFormatsW
176 ! FUNCTION: EnumerateLocalComputerNamesA
177 ! FUNCTION: EnumerateLocalComputerNamesW
178 ! FUNCTION: EnumLanguageGroupLocalesA
179 ! FUNCTION: EnumLanguageGroupLocalesW
180 ! FUNCTION: EnumResourceLanguagesA
181 ! FUNCTION: EnumResourceLanguagesW
182 ! FUNCTION: EnumResourceNamesA
183 ! FUNCTION: EnumResourceNamesW
184 ! FUNCTION: EnumResourceTypesA
185 ! FUNCTION: EnumResourceTypesW
186 ! FUNCTION: EnumSystemCodePagesA
187 ! FUNCTION: EnumSystemCodePagesW
188 ! FUNCTION: EnumSystemGeoID
189 ! FUNCTION: EnumSystemLanguageGroupsA
190 ! FUNCTION: EnumSystemLanguageGroupsW
191 ! FUNCTION: EnumSystemLocalesA
192 ! FUNCTION: EnumSystemLocalesW
193 ! FUNCTION: EnumTimeFormatsA
194 ! FUNCTION: EnumTimeFormatsW
195 ! FUNCTION: EnumUILanguagesA
196 ! FUNCTION: EnumUILanguagesW
197 ! FUNCTION: EraseTape
198 ! FUNCTION: EscapeCommFunction
199 ! FUNCTION: ExitProcess
200 ! FUNCTION: ExitThread
201 ! FUNCTION: ExitVDM
202 ! FUNCTION: ExpandEnvironmentStringsA
203 ! FUNCTION: ExpandEnvironmentStringsW
204 ! FUNCTION: ExpungeConsoleCommandHistoryA
205 ! FUNCTION: ExpungeConsoleCommandHistoryW
206 ! FUNCTION: ExtendVirtualBuffer
207 ! FUNCTION: FatalAppExitA
208 ! FUNCTION: FatalAppExitW
209 ! FUNCTION: FatalExit
210 ! FUNCTION: FileTimeToDosDateTime
211 ! FUNCTION: FileTimeToLocalFileTime
212 ! FUNCTION: FileTimeToSystemTime
213 ! FUNCTION: FillConsoleOutputAttribute
214 ! FUNCTION: FillConsoleOutputCharacterA
215 ! FUNCTION: FillConsoleOutputCharacterW
216 ! FUNCTION: FindActCtxSectionGuid
217 ! FUNCTION: FindActCtxSectionStringA
218 ! FUNCTION: FindActCtxSectionStringW
219 ! FUNCTION: FindAtomA
220 ! FUNCTION: FindAtomW
221 ! FUNCTION: FindClose
222 ! FUNCTION: FindCloseChangeNotification
223 ! FUNCTION: FindFirstChangeNotificationA
224 ! FUNCTION: FindFirstChangeNotificationW
225 ! FUNCTION: FindFirstFileA
226 ! FUNCTION: FindFirstFileExA
227 ! FUNCTION: FindFirstFileExW
228 ! FUNCTION: FindFirstFileW
229 ! FUNCTION: FindFirstVolumeA
230 ! FUNCTION: FindFirstVolumeMountPointA
231 ! FUNCTION: FindFirstVolumeMountPointW
232 ! FUNCTION: FindFirstVolumeW
233 ! FUNCTION: FindNextChangeNotification
234 ! FUNCTION: FindNextFileA
235 ! FUNCTION: FindNextFileW
236 ! FUNCTION: FindNextVolumeA
237 ! FUNCTION: FindNextVolumeMountPointA
238 ! FUNCTION: FindNextVolumeMountPointW
239 ! FUNCTION: FindNextVolumeW
240 ! FUNCTION: FindResourceA
241 ! FUNCTION: FindResourceExA
242 ! FUNCTION: FindResourceExW
243 ! FUNCTION: FindResourceW
244 ! FUNCTION: FindVolumeClose
245 ! FUNCTION: FindVolumeMountPointClose
246 ! FUNCTION: FlushConsoleInputBuffer
247 ! FUNCTION: FlushFileBuffers
248 ! FUNCTION: FlushInstructionCache
249 ! FUNCTION: FlushViewOfFile
250 ! FUNCTION: FoldStringA
251 ! FUNCTION: FoldStringW
252 ! FUNCTION: FormatMessageA
253 ! FUNCTION: FormatMessageW
254 ! FUNCTION: FreeConsole
255 ! FUNCTION: FreeEnvironmentStringsA
256 ! FUNCTION: FreeEnvironmentStringsW
257 ! FUNCTION: FreeLibrary
258 ! FUNCTION: FreeLibraryAndExitThread
259 ! FUNCTION: FreeResource
260 ! FUNCTION: FreeUserPhysicalPages
261 ! FUNCTION: FreeVirtualBuffer
262 ! FUNCTION: GenerateConsoleCtrlEvent
263 ! FUNCTION: GetACP
264 ! FUNCTION: GetAtomNameA
265 ! FUNCTION: GetAtomNameW
266 ! FUNCTION: GetBinaryType
267 ! FUNCTION: GetBinaryTypeA
268 ! FUNCTION: GetBinaryTypeW
269 ! FUNCTION: GetCalendarInfoA
270 ! FUNCTION: GetCalendarInfoW
271 ! FUNCTION: GetCommandLineA
272 ! FUNCTION: GetCommandLineW
273 ! FUNCTION: GetCommConfig
274 ! FUNCTION: GetCommMask
275 ! FUNCTION: GetCommModemStatus
276 ! FUNCTION: GetCommProperties
277 ! FUNCTION: GetCommState
278 ! FUNCTION: GetCommTimeouts
279 ! FUNCTION: GetComPlusPackageInstallStatus
280 ! FUNCTION: GetCompressedFileSizeA
281 ! FUNCTION: GetCompressedFileSizeW
282 ! FUNCTION: GetComputerNameA
283 ! FUNCTION: GetComputerNameExA
284 ! FUNCTION: GetComputerNameExW
285 ! FUNCTION: GetComputerNameW
286 ! FUNCTION: GetConsoleAliasA
287 ! FUNCTION: GetConsoleAliasesA
288 ! FUNCTION: GetConsoleAliasesLengthA
289 ! FUNCTION: GetConsoleAliasesLengthW
290 ! FUNCTION: GetConsoleAliasesW
291 ! FUNCTION: GetConsoleAliasExesA
292 ! FUNCTION: GetConsoleAliasExesLengthA
293 ! FUNCTION: GetConsoleAliasExesLengthW
294 ! FUNCTION: GetConsoleAliasExesW
295 ! FUNCTION: GetConsoleAliasW
296 ! FUNCTION: GetConsoleCharType
297 ! FUNCTION: GetConsoleCommandHistoryA
298 ! FUNCTION: GetConsoleCommandHistoryLengthA
299 ! FUNCTION: GetConsoleCommandHistoryLengthW
300 ! FUNCTION: GetConsoleCommandHistoryW
301 ! FUNCTION: GetConsoleCP
302 ! FUNCTION: GetConsoleCursorInfo
303 ! FUNCTION: GetConsoleCursorMode
304 ! FUNCTION: GetConsoleDisplayMode
305 ! FUNCTION: GetConsoleFontInfo
306 ! FUNCTION: GetConsoleFontSize
307 ! FUNCTION: GetConsoleHardwareState
308 ! FUNCTION: GetConsoleInputExeNameA
309 ! FUNCTION: GetConsoleInputExeNameW
310 ! FUNCTION: GetConsoleInputWaitHandle
311 ! FUNCTION: GetConsoleKeyboardLayoutNameA
312 ! FUNCTION: GetConsoleKeyboardLayoutNameW
313 ! FUNCTION: GetConsoleMode
314 ! FUNCTION: GetConsoleNlsMode
315 ! FUNCTION: GetConsoleOutputCP
316 ! FUNCTION: GetConsoleProcessList
317 ! FUNCTION: GetConsoleScreenBufferInfo
318 ! FUNCTION: GetConsoleSelectionInfo
319 FUNCTION: DWORD GetConsoleTitleA ( LPTSTR lpConsoleTitle, DWORD nSize ) ;
320 FUNCTION: DWORD GetConsoleTitleW ( LPWSTR lpConsoleTitle, DWORD nSize ) ;
321 : GetConsoleTitle \ GetConsoleTitleW \ GetConsoleTitleA unicode-exec ;
322 ! FUNCTION: GetConsoleWindow
323 ! FUNCTION: GetCPFileNameFromRegistry
324 ! FUNCTION: GetCPInfo
325 ! FUNCTION: GetCPInfoExA
326 ! FUNCTION: GetCPInfoExW
327 ! FUNCTION: GetCurrencyFormatA
328 ! FUNCTION: GetCurrencyFormatW
329 ! FUNCTION: GetCurrentActCtx
330 ! FUNCTION: GetCurrentConsoleFont
331 ! FUNCTION: GetCurrentDirectoryA
332 ! FUNCTION: GetCurrentDirectoryW
333 ! FUNCTION: GetCurrentProcess
334 ! FUNCTION: GetCurrentProcessId
335 ! FUNCTION: GetCurrentThread
336 ! FUNCTION: GetCurrentThreadId
337 ! FUNCTION: GetDateFormatA
338 ! FUNCTION: GetDateFormatW
339 ! FUNCTION: GetDefaultCommConfigA
340 ! FUNCTION: GetDefaultCommConfigW
341 ! FUNCTION: GetDefaultSortkeySize
342 ! FUNCTION: GetDevicePowerState
343 ! FUNCTION: GetDiskFreeSpaceA
344 ! FUNCTION: GetDiskFreeSpaceExA
345 ! FUNCTION: GetDiskFreeSpaceExW
346 ! FUNCTION: GetDiskFreeSpaceW
347 ! FUNCTION: GetDllDirectoryA
348 ! FUNCTION: GetDllDirectoryW
349 ! FUNCTION: GetDriveTypeA
350 ! FUNCTION: GetDriveTypeW
351 ! FUNCTION: GetEnvironmentStrings
352 ! FUNCTION: GetEnvironmentStringsA
353 ! FUNCTION: GetEnvironmentStringsW
354 ! FUNCTION: GetEnvironmentVariableA
355 ! FUNCTION: GetEnvironmentVariableW
356 ! FUNCTION: GetExitCodeProcess
357 ! FUNCTION: GetExitCodeThread
358 ! FUNCTION: GetExpandedNameA
359 ! FUNCTION: GetExpandedNameW
360 ! FUNCTION: GetFileAttributesA
361 ! FUNCTION: GetFileAttributesExA
362 ! FUNCTION: GetFileAttributesExW
363 ! FUNCTION: GetFileAttributesW
364 ! FUNCTION: GetFileInformationByHandle
365 FUNCTION: DWORD GetFileSize ( HANDLE hFile, LPDWORD lpFileSizeHigh ) ;
366 ! FUNCTION: GetFileSizeEx
367 FUNCTION: BOOL GetFileTime ( HANDLE hFile, LPFILETIME lpCreationTime, LPFILETIME lpLastAccessTime, LPFILETIME lpLastWriteTime ) ;
368 FUNCTION: DWORD GetFileType ( HANDLE hFile ) ;
369 ! FUNCTION: GetFirmwareEnvironmentVariableA
370 ! FUNCTION: GetFirmwareEnvironmentVariableW
371 ! FUNCTION: GetFullPathNameA
372 ! FUNCTION: GetFullPathNameW
373 ! FUNCTION: GetGeoInfoA
374 ! FUNCTION: GetGeoInfoW
375 ! FUNCTION: GetHandleContext
376 ! FUNCTION: GetHandleInformation
377 ! FUNCTION: GetLargestConsoleWindowSize
378 FUNCTION: DWORD GetLastError ( ) ;
379 ! FUNCTION: GetLinguistLangSize
380 ! FUNCTION: GetLocaleInfoA
381 ! FUNCTION: GetLocaleInfoW
382 ! FUNCTION: GetLocalTime
383 ! FUNCTION: GetLogicalDrives
384 ! FUNCTION: GetLogicalDriveStringsA
385 ! FUNCTION: GetLogicalDriveStringsW
386 ! FUNCTION: GetLongPathNameA
387 ! FUNCTION: GetLongPathNameW
388 ! FUNCTION: GetMailslotInfo
389 ! FUNCTION: GetModuleFileNameA
390 ! FUNCTION: GetModuleFileNameW
391 FUNCTION: HMODULE GetModuleHandleA ( LPCTSTR lpModuleName ) ;
392 FUNCTION: HMODULE GetModuleHandleW ( LPCWSTR lpModuleName ) ;
393 : GetModuleHandle \ GetModuleHandleW \ GetModuleHandleA unicode-exec ;
394 ! FUNCTION: GetModuleHandleExA
395 ! FUNCTION: GetModuleHandleExW
396 ! FUNCTION: GetNamedPipeHandleStateA
397 ! FUNCTION: GetNamedPipeHandleStateW
398 ! FUNCTION: GetNamedPipeInfo
399 ! FUNCTION: GetNativeSystemInfo
400 ! FUNCTION: GetNextVDMCommand
401 ! FUNCTION: GetNlsSectionName
402 ! FUNCTION: GetNumaAvailableMemory
403 ! FUNCTION: GetNumaAvailableMemoryNode
404 ! FUNCTION: GetNumaHighestNodeNumber
405 ! FUNCTION: GetNumaNodeProcessorMask
406 ! FUNCTION: GetNumaProcessorMap
407 ! FUNCTION: GetNumaProcessorNode
408 ! FUNCTION: GetNumberFormatA
409 ! FUNCTION: GetNumberFormatW
410 ! FUNCTION: GetNumberOfConsoleFonts
411 ! FUNCTION: GetNumberOfConsoleInputEvents
412 ! FUNCTION: GetNumberOfConsoleMouseButtons
413 ! FUNCTION: GetOEMCP
414 ! FUNCTION: GetOverlappedResult
415 ! FUNCTION: GetPriorityClass
416 ! FUNCTION: GetPrivateProfileIntA
417 ! FUNCTION: GetPrivateProfileIntW
418 ! FUNCTION: GetPrivateProfileSectionA
419 ! FUNCTION: GetPrivateProfileSectionNamesA
420 ! FUNCTION: GetPrivateProfileSectionNamesW
421 ! FUNCTION: GetPrivateProfileSectionW
422 ! FUNCTION: GetPrivateProfileStringA
423 ! FUNCTION: GetPrivateProfileStringW
424 ! FUNCTION: GetPrivateProfileStructA
425 ! FUNCTION: GetPrivateProfileStructW
426 ! FUNCTION: GetProcAddress
427 ! FUNCTION: GetProcessAffinityMask
428 ! FUNCTION: GetProcessHandleCount
429 ! FUNCTION: GetProcessHeap
430 ! FUNCTION: GetProcessHeaps
431 ! FUNCTION: GetProcessId
432 ! FUNCTION: GetProcessIoCounters
433 ! FUNCTION: GetProcessPriorityBoost
434 ! FUNCTION: GetProcessShutdownParameters
435 ! FUNCTION: GetProcessTimes
436 ! FUNCTION: GetProcessVersion
437 ! FUNCTION: GetProcessWorkingSetSize
438 ! FUNCTION: GetProfileIntA
439 ! FUNCTION: GetProfileIntW
440 ! FUNCTION: GetProfileSectionA
441 ! FUNCTION: GetProfileSectionW
442 ! FUNCTION: GetProfileStringA
443 ! FUNCTION: GetProfileStringW
444 FUNCTION: BOOL GetQueuedCompletionStatus ( HANDLE hCompletionPort, LPDWORD lpNumberOfBytes, void* lpCompletionKey, LPOVERLAPPED lpOverlapped, DWORD dwMilliseconds ) ;
445 ! FUNCTION: GetShortPathNameA
446 ! FUNCTION: GetShortPathNameW
447 ! FUNCTION: GetStartupInfoA
448 ! FUNCTION: GetStartupInfoW
449 FUNCTION: HANDLE GetStdHandle ( DWORD nStdHandle ) ;
450 ! FUNCTION: GetStringTypeA
451 ! FUNCTION: GetStringTypeExA
452 ! FUNCTION: GetStringTypeExW
453 ! FUNCTION: GetStringTypeW
454 ! FUNCTION: GetSystemDefaultLangID
455 ! FUNCTION: GetSystemDefaultLCID
456 ! FUNCTION: GetSystemDefaultUILanguage
457 ! FUNCTION: GetSystemDirectoryA
458 ! FUNCTION: GetSystemDirectoryW
459 ! FUNCTION: GetSystemInfo
460 ! FUNCTION: GetSystemPowerStatus
461 ! FUNCTION: GetSystemRegistryQuota
462 FUNCTION: void GetSystemTime ( LPSYSTEMTIME lpSystemTime ) ;
463 ! FUNCTION: GetSystemTimeAdjustment
464 ! FUNCTION: GetSystemTimeAsFileTime
465 ! FUNCTION: GetSystemTimes
466 ! FUNCTION: GetSystemWindowsDirectoryA
467 ! FUNCTION: GetSystemWindowsDirectoryW
468 ! FUNCTION: GetSystemWow64DirectoryA
469 ! FUNCTION: GetSystemWow64DirectoryW
470 ! FUNCTION: GetTapeParameters
471 ! FUNCTION: GetTapePosition
472 ! FUNCTION: GetTapeStatus
473 ! FUNCTION: GetTempFileNameA
474 ! FUNCTION: GetTempFileNameW
475 ! FUNCTION: GetTempPathA
476 ! FUNCTION: GetTempPathW
477 ! FUNCTION: GetThreadContext
478 ! FUNCTION: GetThreadIOPendingFlag
479 ! FUNCTION: GetThreadLocale
480 ! FUNCTION: GetThreadPriority
481 ! FUNCTION: GetThreadPriorityBoost
482 ! FUNCTION: GetThreadSelectorEntry
483 ! FUNCTION: GetThreadTimes
484 ! FUNCTION: GetTickCount
485 ! FUNCTION: GetTimeFormatA
486 ! FUNCTION: GetTimeFormatW
487 FUNCTION: DWORD GetTimeZoneInformation ( LPTIME_ZONE_INFORMATION lpTimeZoneInformation ) ;
488 ! FUNCTION: GetUserDefaultLangID
489 ! FUNCTION: GetUserDefaultLCID
490 ! FUNCTION: GetUserDefaultUILanguage
491 ! FUNCTION: GetUserGeoID
492 ! FUNCTION: GetVDMCurrentDirectories
493 ! FUNCTION: GetVersion
494 ! FUNCTION: GetVersionExA
495 ! FUNCTION: GetVersionExW
496 ! FUNCTION: GetVolumeInformationA
497 ! FUNCTION: GetVolumeInformationW
498 ! FUNCTION: GetVolumeNameForVolumeMountPointA
499 ! FUNCTION: GetVolumeNameForVolumeMountPointW
500 ! FUNCTION: GetVolumePathNameA
501 ! FUNCTION: GetVolumePathNamesForVolumeNameA
502 ! FUNCTION: GetVolumePathNamesForVolumeNameW
503 ! FUNCTION: GetVolumePathNameW
504 ! FUNCTION: GetWindowsDirectoryA
505 ! FUNCTION: GetWindowsDirectoryW
506 ! FUNCTION: GetWriteWatch
507 ! FUNCTION: GlobalAddAtomA
508 ! FUNCTION: GlobalAddAtomW
509 FUNCTION: HGLOBAL GlobalAlloc ( UINT uFlags, SIZE_T dwBytes ) ;
510 ! FUNCTION: GlobalCompact
511 ! FUNCTION: GlobalDeleteAtom
512 ! FUNCTION: GlobalFindAtomA
513 ! FUNCTION: GlobalFindAtomW
514 ! FUNCTION: GlobalFix
515 ! FUNCTION: GlobalFlags
516 ! FUNCTION: GlobalFree
517 ! FUNCTION: GlobalGetAtomNameA
518 ! FUNCTION: GlobalGetAtomNameW
519 ! FUNCTION: GlobalHandle
520 FUNCTION: LPVOID GlobalLock ( HGLOBAL hMem ) ;
521 ! FUNCTION: GlobalMemoryStatus
522 ! FUNCTION: GlobalMemoryStatusEx
523 ! FUNCTION: GlobalReAlloc
524 ! FUNCTION: GlobalSize
525 ! FUNCTION: GlobalUnfix
526 FUNCTION: BOOL GlobalUnlock ( HGLOBAL hMem ) ;
527 ! FUNCTION: GlobalUnWire
528 ! FUNCTION: GlobalWire
529 ! FUNCTION: Heap32First
530 ! FUNCTION: Heap32ListFirst
531 ! FUNCTION: Heap32ListNext
532 ! FUNCTION: Heap32Next
533 ! FUNCTION: HeapAlloc
534 ! FUNCTION: HeapCompact
535 ! FUNCTION: HeapCreate
536 ! FUNCTION: HeapCreateTagsW
537 ! FUNCTION: HeapDestroy
538 ! FUNCTION: HeapExtend
539 ! FUNCTION: HeapFree
540 ! FUNCTION: HeapLock
541 ! FUNCTION: HeapQueryInformation
542 ! FUNCTION: HeapQueryTagW
543 ! FUNCTION: HeapReAlloc
544 ! FUNCTION: HeapSetInformation
545 ! FUNCTION: HeapSize
546 ! FUNCTION: HeapSummary
547 ! FUNCTION: HeapUnlock
548 ! FUNCTION: HeapUsage
549 ! FUNCTION: HeapValidate
550 ! FUNCTION: HeapWalk
551 ! FUNCTION: InitAtomTable
552 ! FUNCTION: InitializeCriticalSection
553 ! FUNCTION: InitializeCriticalSectionAndSpinCount
554 ! FUNCTION: InitializeSListHead
555 ! FUNCTION: InterlockedCompareExchange
556 ! FUNCTION: InterlockedDecrement
557 ! FUNCTION: InterlockedExchange
558 ! FUNCTION: InterlockedExchangeAdd
559 ! FUNCTION: InterlockedFlushSList
560 ! FUNCTION: InterlockedIncrement
561 ! FUNCTION: InterlockedPopEntrySList
562 ! FUNCTION: InterlockedPushEntrySList
563 ! FUNCTION: InvalidateConsoleDIBits
564 ! FUNCTION: IsBadCodePtr
565 ! FUNCTION: IsBadHugeReadPtr
566 ! FUNCTION: IsBadHugeWritePtr
567 ! FUNCTION: IsBadReadPtr
568 ! FUNCTION: IsBadStringPtrA
569 ! FUNCTION: IsBadStringPtrW
570 ! FUNCTION: IsBadWritePtr
571 ! FUNCTION: IsDBCSLeadByte
572 ! FUNCTION: IsDBCSLeadByteEx
573 ! FUNCTION: IsDebuggerPresent
574 ! FUNCTION: IsProcessInJob
575 ! FUNCTION: IsProcessorFeaturePresent
576 ! FUNCTION: IsSystemResumeAutomatic
577 ! FUNCTION: IsValidCodePage
578 ! FUNCTION: IsValidLanguageGroup
579 ! FUNCTION: IsValidLocale
580 ! FUNCTION: IsValidUILanguage
581 ! FUNCTION: IsWow64Process
582 ! FUNCTION: LCMapStringA
583 ! FUNCTION: LCMapStringW
584 ! FUNCTION: LeaveCriticalSection
585 ! FUNCTION: LoadLibraryA
586 ! FUNCTION: LoadLibraryExA
587 ! FUNCTION: LoadLibraryExW
588 ! FUNCTION: LoadLibraryW
589 ! FUNCTION: LoadModule
590 ! FUNCTION: LoadResource
591 ! FUNCTION: LocalAlloc
592 ! FUNCTION: LocalCompact
593 ! FUNCTION: LocalFileTimeToFileTime
594 ! FUNCTION: LocalFlags
595 ! FUNCTION: LocalFree
596 ! FUNCTION: LocalHandle
597 ! FUNCTION: LocalLock
598 ! FUNCTION: LocalReAlloc
599 ! FUNCTION: LocalShrink
600 ! FUNCTION: LocalSize
601 ! FUNCTION: LocalUnlock
602 ! FUNCTION: LockFile
603 ! FUNCTION: LockFileEx
604 ! FUNCTION: LockResource
605 ! FUNCTION: lstrcat
606 ! FUNCTION: lstrcatA
607 ! FUNCTION: lstrcatW
608 ! FUNCTION: lstrcmp
609 ! FUNCTION: lstrcmpA
610 ! FUNCTION: lstrcmpi
611 ! FUNCTION: lstrcmpiA
612 ! FUNCTION: lstrcmpiW
613 ! FUNCTION: lstrcmpW
614 ! FUNCTION: lstrcpy
615 ! FUNCTION: lstrcpyA
616 ! FUNCTION: lstrcpyn
617 ! FUNCTION: lstrcpynA
618 ! FUNCTION: lstrcpynW
619 ! FUNCTION: lstrcpyW
620 ! FUNCTION: lstrlen
621 ! FUNCTION: lstrlenA
622 ! FUNCTION: lstrlenW
623 ! FUNCTION: LZClose
624 ! FUNCTION: LZCloseFile
625 ! FUNCTION: LZCopy
626 ! FUNCTION: LZCreateFileW
627 ! FUNCTION: LZDone
628 ! FUNCTION: LZInit
629 ! FUNCTION: LZOpenFileA
630 ! FUNCTION: LZOpenFileW
631 ! FUNCTION: LZRead
632 ! FUNCTION: LZSeek
633 ! FUNCTION: LZStart
634 ! FUNCTION: MapUserPhysicalPages
635 ! FUNCTION: MapUserPhysicalPagesScatter
636 ! FUNCTION: MapViewOfFile
637 ! FUNCTION: MapViewOfFileEx
638 ! FUNCTION: Module32First
639 ! FUNCTION: Module32FirstW
640 ! FUNCTION: Module32Next
641 ! FUNCTION: Module32NextW
642 ! FUNCTION: MoveFileA
643 ! FUNCTION: MoveFileExA
644 ! FUNCTION: MoveFileExW
645 ! FUNCTION: MoveFileW
646 ! FUNCTION: MoveFileWithProgressA
647 ! FUNCTION: MoveFileWithProgressW
648 ! FUNCTION: MulDiv
649 ! FUNCTION: MultiByteToWideChar
650 ! FUNCTION: NlsConvertIntegerToString
651 ! FUNCTION: NlsGetCacheUpdateCount
652 ! FUNCTION: NlsResetProcessLocale
653 ! FUNCTION: NumaVirtualQueryNode
654 ! FUNCTION: OpenConsoleW
655 ! FUNCTION: OpenDataFile
656 ! FUNCTION: OpenEventA
657 ! FUNCTION: OpenEventW
658 ! FUNCTION: OpenFile
659 ! FUNCTION: OpenFileMappingA
660 ! FUNCTION: OpenFileMappingW
661 ! FUNCTION: OpenJobObjectA
662 ! FUNCTION: OpenJobObjectW
663 ! FUNCTION: OpenMutexA
664 ! FUNCTION: OpenMutexW
665 ! FUNCTION: OpenProcess
666 ! FUNCTION: OpenProfileUserMapping
667 ! FUNCTION: OpenSemaphoreA
668 ! FUNCTION: OpenSemaphoreW
669 ! FUNCTION: OpenThread
670 ! FUNCTION: OpenWaitableTimerA
671 ! FUNCTION: OpenWaitableTimerW
672 ! FUNCTION: OutputDebugStringA
673 ! FUNCTION: OutputDebugStringW
674 ! FUNCTION: PeekConsoleInputA
675 ! FUNCTION: PeekConsoleInputW
676 ! FUNCTION: PeekNamedPipe
677 ! FUNCTION: PostQueuedCompletionStatus
678 ! FUNCTION: PrepareTape
679 ! FUNCTION: PrivCopyFileExW
680 ! FUNCTION: PrivMoveFileIdentityW
681 ! FUNCTION: Process32First
682 ! FUNCTION: Process32FirstW
683 ! FUNCTION: Process32Next
684 ! FUNCTION: Process32NextW
685 ! FUNCTION: ProcessIdToSessionId
686 ! FUNCTION: PulseEvent
687 ! FUNCTION: PurgeComm
688 ! FUNCTION: QueryActCtxW
689 ! FUNCTION: QueryDepthSList
690 ! FUNCTION: QueryDosDeviceA
691 ! FUNCTION: QueryDosDeviceW
692 ! FUNCTION: QueryInformationJobObject
693 ! FUNCTION: QueryMemoryResourceNotification
694 ! FUNCTION: QueryPerformanceCounter
695 ! FUNCTION: QueryPerformanceFrequency
696 ! FUNCTION: QueryWin31IniFilesMappedToRegistry
697 ! FUNCTION: QueueUserAPC
698 ! FUNCTION: QueueUserWorkItem
699 ! FUNCTION: RaiseException
700 ! FUNCTION: ReadConsoleA
701 ! FUNCTION: ReadConsoleInputA
702 ! FUNCTION: ReadConsoleInputExA
703 ! FUNCTION: ReadConsoleInputExW
704 ! FUNCTION: ReadConsoleInputW
705 ! FUNCTION: ReadConsoleOutputA
706 ! FUNCTION: ReadConsoleOutputAttribute
707 ! FUNCTION: ReadConsoleOutputCharacterA
708 ! FUNCTION: ReadConsoleOutputCharacterW
709 ! FUNCTION: ReadConsoleOutputW
710 ! FUNCTION: ReadConsoleW
711 ! FUNCTION: ReadDirectoryChangesW
712 FUNCTION: BOOL ReadFile ( HANDLE hFile, int lpBuffer, DWORD nNumberOfBytesToRead, void* lpNumberOfBytesRead, LPOVERLAPPED lpOverlapped ) ;
713 ! FUNCTION: BOOL ReadFile ( HANDLE hFile, LPCVOID lpBuffer, DWORD nNumberOfBytesToRead, LPDWORD lpNumberOfBytesRead, LPOVERLAPPED lpOverlapped ) ;
714 ! FUNCTION: ReadFileEx
715 ! FUNCTION: ReadFileScatter
716 ! FUNCTION: ReadProcessMemory
717 ! FUNCTION: RegisterConsoleIME
718 ! FUNCTION: RegisterConsoleOS2
719 ! FUNCTION: RegisterConsoleVDM
720 ! FUNCTION: RegisterWaitForInputIdle
721 ! FUNCTION: RegisterWaitForSingleObject
722 ! FUNCTION: RegisterWaitForSingleObjectEx
723 ! FUNCTION: RegisterWowBaseHandlers
724 ! FUNCTION: RegisterWowExec
725 ! FUNCTION: ReleaseActCtx
726 ! FUNCTION: ReleaseMutex
727 ! FUNCTION: ReleaseSemaphore
728 ! FUNCTION: RemoveDirectoryA
729 ! FUNCTION: RemoveDirectoryW
730 ! FUNCTION: RemoveLocalAlternateComputerNameA
731 ! FUNCTION: RemoveLocalAlternateComputerNameW
732 ! FUNCTION: RemoveVectoredExceptionHandler
733 ! FUNCTION: ReplaceFile
734 ! FUNCTION: ReplaceFileA
735 ! FUNCTION: ReplaceFileW
736 ! FUNCTION: RequestDeviceWakeup
737 ! FUNCTION: RequestWakeupLatency
738 ! FUNCTION: ResetEvent
739 ! FUNCTION: ResetWriteWatch
740 ! FUNCTION: RestoreLastError
741 ! FUNCTION: ResumeThread
742 ! FUNCTION: RtlCaptureContext
743 ! FUNCTION: RtlCaptureStackBackTrace
744 ! FUNCTION: RtlFillMemory
745 ! FUNCTION: RtlMoveMemory
746 ! FUNCTION: RtlUnwind
747 ! FUNCTION: RtlZeroMemory
748 ! FUNCTION: ScrollConsoleScreenBufferA
749 ! FUNCTION: ScrollConsoleScreenBufferW
750 ! FUNCTION: SearchPathA
751 ! FUNCTION: SearchPathW
752 ! FUNCTION: SetCalendarInfoA
753 ! FUNCTION: SetCalendarInfoW
754 ! FUNCTION: SetClientTimeZoneInformation
755 ! FUNCTION: SetCommBreak
756 ! FUNCTION: SetCommConfig
757 ! FUNCTION: SetCommMask
758 ! FUNCTION: SetCommState
759 ! FUNCTION: SetCommTimeouts
760 ! FUNCTION: SetComPlusPackageInstallStatus
761 ! FUNCTION: SetComputerNameA
762 ! FUNCTION: SetComputerNameExA
763 ! FUNCTION: SetComputerNameExW
764 ! FUNCTION: SetComputerNameW
765 ! FUNCTION: SetConsoleActiveScreenBuffer
766 ! FUNCTION: SetConsoleCommandHistoryMode
767 ! FUNCTION: SetConsoleCP
768 ! FUNCTION: SetConsoleCtrlHandler
769 ! FUNCTION: SetConsoleCursor
770 ! FUNCTION: SetConsoleCursorInfo
771 ! FUNCTION: SetConsoleCursorMode
772 ! FUNCTION: SetConsoleCursorPosition
773 ! FUNCTION: SetConsoleDisplayMode
774 ! FUNCTION: SetConsoleFont
775 ! FUNCTION: SetConsoleHardwareState
776 ! FUNCTION: SetConsoleIcon
777 ! FUNCTION: SetConsoleInputExeNameA
778 ! FUNCTION: SetConsoleInputExeNameW
779 ! FUNCTION: SetConsoleKeyShortcuts
780 ! FUNCTION: SetConsoleLocalEUDC
781 ! FUNCTION: SetConsoleMaximumWindowSize
782 ! FUNCTION: SetConsoleMenuClose
783 ! FUNCTION: SetConsoleMode
784 ! FUNCTION: SetConsoleNlsMode
785 ! FUNCTION: SetConsoleNumberOfCommandsA
786 ! FUNCTION: SetConsoleNumberOfCommandsW
787 ! FUNCTION: SetConsoleOS2OemFormat
788 ! FUNCTION: SetConsoleOutputCP
789 ! FUNCTION: SetConsolePalette
790 ! FUNCTION: SetConsoleScreenBufferSize
791 FUNCTION: BOOL SetConsoleTextAttribute ( HANDLE hConsoleOutput, WORD wAttributes ) ;
792 FUNCTION: BOOL SetConsoleTitleA ( LPCTSTR lpConsoleTitle ) ;
793 FUNCTION: BOOL SetConsoleTitleW ( LPCWSTR lpConsoleTitle ) ;
794 : SetConsoleTitle \ SetConsoleTitleW \ SetConsoleTitleA unicode-exec ;
795 ! FUNCTION: SetConsoleWindowInfo
796 ! FUNCTION: SetCPGlobal
797 ! FUNCTION: SetCriticalSectionSpinCount
798 ! FUNCTION: SetCurrentDirectoryA
799 ! FUNCTION: SetCurrentDirectoryW
800 ! FUNCTION: SetDefaultCommConfigA
801 ! FUNCTION: SetDefaultCommConfigW
802 ! FUNCTION: SetDllDirectoryA
803 ! FUNCTION: SetDllDirectoryW
804 ! FUNCTION: SetEndOfFile
805 ! FUNCTION: SetEnvironmentVariableA
806 ! FUNCTION: SetEnvironmentVariableW
807 ! FUNCTION: SetErrorMode
808 ! FUNCTION: SetEvent
809 ! FUNCTION: SetFileApisToANSI
810 ! FUNCTION: SetFileApisToOEM
811 ! FUNCTION: SetFileAttributesA
812 ! FUNCTION: SetFileAttributesW
813 ! FUNCTION: SetFilePointer
814 ! FUNCTION: SetFilePointerEx
815 ! FUNCTION: SetFileShortNameA
816 ! FUNCTION: SetFileShortNameW
817 FUNCTION: BOOL SetFileTime ( HANDLE hFile, FILETIME* lpCreationTime, FILETIME* lpLastAccessTime, FILETIME* lpLastWriteTime ) ;
818 ! FUNCTION: SetFileValidData
819 ! FUNCTION: SetFirmwareEnvironmentVariableA
820 ! FUNCTION: SetFirmwareEnvironmentVariableW
821 ! FUNCTION: SetHandleContext
822 ! FUNCTION: SetHandleCount
823 ! FUNCTION: SetHandleInformation
824 ! FUNCTION: SetInformationJobObject
825 ! FUNCTION: SetLastConsoleEventActive
826 ! FUNCTION: SetLastError
827 ! FUNCTION: SetLocaleInfoA
828 ! FUNCTION: SetLocaleInfoW
829 ! FUNCTION: SetLocalPrimaryComputerNameA
830 ! FUNCTION: SetLocalPrimaryComputerNameW
831 ! FUNCTION: SetLocalTime
832 ! FUNCTION: SetMailslotInfo
833 ! FUNCTION: SetMessageWaitingIndicator
834 ! FUNCTION: SetNamedPipeHandleState
835 ! FUNCTION: SetPriorityClass
836 ! FUNCTION: SetProcessAffinityMask
837 ! FUNCTION: SetProcessPriorityBoost
838 ! FUNCTION: SetProcessShutdownParameters
839 ! FUNCTION: SetProcessWorkingSetSize
840 ! FUNCTION: SetStdHandle
841 ! FUNCTION: SetSystemPowerState
842 ! FUNCTION: SetSystemTime
843 ! FUNCTION: SetSystemTimeAdjustment
844 ! FUNCTION: SetTapeParameters
845 ! FUNCTION: SetTapePosition
846 ! FUNCTION: SetTermsrvAppInstallMode
847 ! FUNCTION: SetThreadAffinityMask
848 ! FUNCTION: SetThreadContext
849 ! FUNCTION: SetThreadExecutionState
850 ! FUNCTION: SetThreadIdealProcessor
851 ! FUNCTION: SetThreadLocale
852 ! FUNCTION: SetThreadPriority
853 ! FUNCTION: SetThreadPriorityBoost
854 ! FUNCTION: SetThreadUILanguage
855 ! FUNCTION: SetTimerQueueTimer
856 ! FUNCTION: SetTimeZoneInformation
857 ! FUNCTION: SetUnhandledExceptionFilter
858 ! FUNCTION: SetupComm
859 ! FUNCTION: SetUserGeoID
860 ! FUNCTION: SetVDMCurrentDirectories
861 ! FUNCTION: SetVolumeLabelA
862 ! FUNCTION: SetVolumeLabelW
863 ! FUNCTION: SetVolumeMountPointA
864 ! FUNCTION: SetVolumeMountPointW
865 ! FUNCTION: SetWaitableTimer
866 ! FUNCTION: ShowConsoleCursor
867 ! FUNCTION: SignalObjectAndWait
868 ! FUNCTION: SizeofResource
869 ! FUNCTION: Sleep
870 FUNCTION: DWORD SleepEx ( DWORD dwMilliSeconds, BOOL bAlertable ) ;
871 ! FUNCTION: SuspendThread
872 ! FUNCTION: SwitchToFiber
873 ! FUNCTION: SwitchToThread
874 FUNCTION: BOOL SystemTimeToFileTime ( SYSTEMTIME* lpSystemTime, LPFILETIME lpFileTime ) ;
875 ! FUNCTION: SystemTimeToTzSpecificLocalTime
876 ! FUNCTION: TerminateJobObject
877 ! FUNCTION: TerminateProcess
878 ! FUNCTION: TerminateThread
879 ! FUNCTION: TermsrvAppInstallMode
880 ! FUNCTION: Thread32First
881 ! FUNCTION: Thread32Next
882 ! FUNCTION: TlsAlloc
883 ! FUNCTION: TlsFree
884 ! FUNCTION: TlsGetValue
885 ! FUNCTION: TlsSetValue
886 ! FUNCTION: Toolhelp32ReadProcessMemory
887 ! FUNCTION: TransactNamedPipe
888 ! FUNCTION: TransmitCommChar
889 ! FUNCTION: TrimVirtualBuffer
890 ! FUNCTION: TryEnterCriticalSection
891 ! FUNCTION: TzSpecificLocalTimeToSystemTime
892 ! FUNCTION: UnhandledExceptionFilter
893 ! FUNCTION: UnlockFile
894 ! FUNCTION: UnlockFileEx
895 ! FUNCTION: UnmapViewOfFile
896 ! FUNCTION: UnregisterConsoleIME
897 ! FUNCTION: UnregisterWait
898 ! FUNCTION: UnregisterWaitEx
899 ! FUNCTION: UpdateResourceA
900 ! FUNCTION: UpdateResourceW
901 ! FUNCTION: UTRegister
902 ! FUNCTION: UTUnRegister
903 ! FUNCTION: ValidateLCType
904 ! FUNCTION: ValidateLocale
905 ! FUNCTION: VDMConsoleOperation
906 ! FUNCTION: VDMOperationStarted
907 ! FUNCTION: VerifyConsoleIoHandle
908 ! FUNCTION: VerifyVersionInfoA
909 ! FUNCTION: VerifyVersionInfoW
910 ! FUNCTION: VerLanguageNameA
911 ! FUNCTION: VerLanguageNameW
912 ! FUNCTION: VerSetConditionMask
913 ! FUNCTION: VirtualAlloc
914 ! FUNCTION: VirtualAllocEx
915 ! FUNCTION: VirtualBufferExceptionHandler
916 ! FUNCTION: VirtualFree
917 ! FUNCTION: VirtualFreeEx
918 ! FUNCTION: VirtualLock
919 ! FUNCTION: VirtualProtect
920 ! FUNCTION: VirtualProtectEx
921 ! FUNCTION: VirtualQuery
922 ! FUNCTION: VirtualQueryEx
923 ! FUNCTION: VirtualUnlock
924 ! FUNCTION: WaitCommEvent
925 ! FUNCTION: WaitForDebugEvent
926 ! FUNCTION: WaitForMultipleObjects
927 ! FUNCTION: WaitForMultipleObjectsEx
928 ! FUNCTION: WaitForSingleObject
929 ! FUNCTION: WaitForSingleObjectEx
930 ! FUNCTION: WaitNamedPipeA
931 ! FUNCTION: WaitNamedPipeW
932 ! FUNCTION: WideCharToMultiByte
933 ! FUNCTION: WinExec
934 ! FUNCTION: WriteConsoleA
935 ! FUNCTION: WriteConsoleInputA
936 ! FUNCTION: WriteConsoleInputVDMA
937 ! FUNCTION: WriteConsoleInputVDMW
938 ! FUNCTION: WriteConsoleInputW
939 ! FUNCTION: WriteConsoleOutputA
940 ! FUNCTION: WriteConsoleOutputAttribute
941 ! FUNCTION: WriteConsoleOutputCharacterA
942 ! FUNCTION: WriteConsoleOutputCharacterW
943 ! FUNCTION: WriteConsoleOutputW
944 ! FUNCTION: WriteConsoleW
945 FUNCTION: BOOL WriteFile ( HANDLE hFile, int lpBuffer, DWORD nNumberOfBytesToWrite, void* lpNumberOfBytesWritten, LPOVERLAPPED lpOverlapped ) ;
946 ! FUNCTION: WriteFileEx
947 ! FUNCTION: WriteFileGather
948 ! FUNCTION: WritePrivateProfileSectionA
949 ! FUNCTION: WritePrivateProfileSectionW
950 ! FUNCTION: WritePrivateProfileStringA
951 ! FUNCTION: WritePrivateProfileStringW
952 ! FUNCTION: WritePrivateProfileStructA
953 ! FUNCTION: WritePrivateProfileStructW
954 ! FUNCTION: WriteProcessMemory
955 ! FUNCTION: WriteProfileSectionA
956 ! FUNCTION: WriteProfileSectionW
957 ! FUNCTION: WriteProfileStringA
958 ! FUNCTION: WriteProfileStringW
959 ! FUNCTION: WriteTapemark
960 ! FUNCTION: WTSGetActiveConsoleSessionId
961 ! FUNCTION: ZombifyActCtx