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