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