kernel32.def 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771
  1. LIBRARY kernel32.dll
  2. EXPORTS
  3. AddAtomA
  4. AddAtomW
  5. AllocConsole
  6. AllocLSCallback
  7. AllocSLCallback
  8. AreFileApisANSI
  9. BackupRead
  10. BackupSeek
  11. BackupWrite
  12. Beep
  13. BeginUpdateResourceA
  14. BeginUpdateResourceW
  15. BuildCommDCBA
  16. BuildCommDCBAndTimeoutsA
  17. BuildCommDCBAndTimeoutsW
  18. BuildCommDCBW
  19. CallNamedPipeA
  20. CallNamedPipeW
  21. Callback12
  22. Callback16
  23. Callback20
  24. Callback24
  25. Callback28
  26. Callback32
  27. Callback36
  28. Callback4
  29. Callback40
  30. Callback44
  31. Callback48
  32. Callback52
  33. Callback56
  34. Callback60
  35. Callback64
  36. Callback8
  37. CancelDeviceWakeupRequest
  38. CancelIo
  39. CancelWaitableTimer
  40. ClearCommBreak
  41. ClearCommError
  42. CloseHandle
  43. CloseProfileUserMapping
  44. CloseSystemHandle
  45. CommConfigDialogA
  46. CommConfigDialogW
  47. CompareFileTime
  48. CompareStringA
  49. CompareStringW
  50. ConnectNamedPipe
  51. ContinueDebugEvent
  52. ConvertDefaultLocale
  53. ConvertThreadToFiber
  54. ConvertToGlobalHandle
  55. CopyFileA
  56. CopyFileExA
  57. CopyFileExW
  58. CopyFileW
  59. CreateConsoleScreenBuffer
  60. CreateDirectoryA
  61. CreateDirectoryExA
  62. CreateDirectoryExW
  63. CreateDirectoryW
  64. CreateEventA
  65. CreateEventW
  66. CreateFiber
  67. CreateFileA
  68. CreateFileMappingA
  69. CreateFileMappingW
  70. CreateFileW
  71. CreateIoCompletionPort
  72. CreateKernelThread
  73. CreateMailslotA
  74. CreateMailslotW
  75. CreateMutexA
  76. CreateMutexW
  77. CreateNamedPipeA
  78. CreateNamedPipeW
  79. CreatePipe
  80. CreateProcessA
  81. CreateProcessW
  82. CreateRemoteThread
  83. CreateSemaphoreA
  84. CreateSemaphoreW
  85. CreateSocketHandle
  86. CreateTapePartition
  87. CreateThread
  88. CreateToolhelp32Snapshot
  89. CreateWaitableTimerA
  90. CreateWaitableTimerW
  91. DebugActiveProcess
  92. DebugBreak
  93. DefineDosDeviceA
  94. DefineDosDeviceW
  95. DeleteAtom
  96. DeleteCriticalSection
  97. DeleteFiber
  98. DeleteFileA
  99. DeleteFileW
  100. DeviceIoControl
  101. DisableThreadLibraryCalls
  102. DisconnectNamedPipe
  103. DosDateTimeToFileTime
  104. DuplicateHandle
  105. EndUpdateResourceA
  106. EndUpdateResourceW
  107. EnterCriticalSection
  108. EnumCalendarInfoA
  109. EnumCalendarInfoExA
  110. EnumCalendarInfoExW
  111. EnumCalendarInfoW
  112. EnumDateFormatsA
  113. EnumDateFormatsExA
  114. EnumDateFormatsExW
  115. EnumDateFormatsW
  116. EnumLanguageGroupLocalesA
  117. EnumLanguageGroupLocalesW
  118. EnumResourceLanguagesA
  119. EnumResourceLanguagesW
  120. EnumResourceNamesA
  121. EnumResourceNamesW
  122. EnumResourceTypesA
  123. EnumResourceTypesW
  124. EnumSystemCodePagesA
  125. EnumSystemCodePagesW
  126. EnumSystemGeoID
  127. EnumSystemLanguageGroupsA
  128. EnumSystemLanguageGroupsW
  129. EnumSystemLocalesA
  130. EnumSystemLocalesW
  131. EnumTimeFormatsA
  132. EnumTimeFormatsW
  133. EnumUILanguagesA
  134. EnumUILanguagesW
  135. EraseTape
  136. EscapeCommFunction
  137. ExitProcess
  138. ExitThread
  139. ExpandEnvironmentStringsA
  140. ExpandEnvironmentStringsW
  141. FT_Exit0
  142. FT_Exit12
  143. FT_Exit16
  144. FT_Exit20
  145. FT_Exit24
  146. FT_Exit28
  147. FT_Exit32
  148. FT_Exit36
  149. FT_Exit4
  150. FT_Exit40
  151. FT_Exit44
  152. FT_Exit48
  153. FT_Exit52
  154. FT_Exit56
  155. FT_Exit8
  156. FT_Prolog
  157. FT_Thunk
  158. FatalAppExitA
  159. FatalAppExitW
  160. FatalExit
  161. FileTimeToDosDateTime
  162. FileTimeToLocalFileTime
  163. FileTimeToSystemTime
  164. FillConsoleOutputAttribute
  165. FillConsoleOutputCharacterA
  166. FillConsoleOutputCharacterW
  167. FindAtomA
  168. FindAtomW
  169. FindClose
  170. FindCloseChangeNotification
  171. FindFirstChangeNotificationA
  172. FindFirstChangeNotificationW
  173. FindFirstFileA
  174. FindFirstFileExA
  175. FindFirstFileExW
  176. FindFirstFileW
  177. FindNextChangeNotification
  178. FindNextFileA
  179. FindNextFileW
  180. FindResourceA
  181. FindResourceExA
  182. FindResourceExW
  183. FindResourceW
  184. FlushConsoleInputBuffer
  185. FlushFileBuffers
  186. FlushInstructionCache
  187. FlushViewOfFile
  188. FoldStringA
  189. FoldStringW
  190. FormatMessageA
  191. FormatMessageW
  192. FreeConsole
  193. FreeEnvironmentStringsA
  194. FreeEnvironmentStringsW
  195. FreeLSCallback
  196. FreeLibrary
  197. FreeLibraryAndExitThread
  198. FreeResource
  199. FreeSLCallback
  200. GenerateConsoleCtrlEvent
  201. GetACP
  202. GetAtomNameA
  203. GetAtomNameW
  204. GetBinaryType
  205. GetBinaryTypeA
  206. GetBinaryTypeW
  207. GetCPInfo
  208. GetCPInfoExA
  209. GetCPInfoExW
  210. GetCalendarInfoA
  211. GetCalendarInfoW
  212. GetCommConfig
  213. GetCommMask
  214. GetCommModemStatus
  215. GetCommProperties
  216. GetCommState
  217. GetCommTimeouts
  218. GetCommandLineA
  219. GetCommandLineW
  220. GetCompressedFileSizeA
  221. GetCompressedFileSizeW
  222. GetComputerNameA
  223. GetComputerNameW
  224. GetConsoleCP
  225. GetConsoleCursorInfo
  226. GetConsoleMode
  227. GetConsoleOutputCP
  228. GetConsoleScreenBufferInfo
  229. GetConsoleTitleA
  230. GetConsoleTitleW
  231. GetCurrencyFormatA
  232. GetCurrencyFormatW
  233. GetCurrentDirectoryA
  234. GetCurrentDirectoryW
  235. GetCurrentProcess
  236. GetCurrentProcessId
  237. GetCurrentThread
  238. GetCurrentThreadId
  239. GetDateFormatA
  240. GetDateFormatW
  241. GetDaylightFlag
  242. GetDefaultCommConfigA
  243. GetDefaultCommConfigW
  244. GetDevicePowerState
  245. GetDiskFreeSpaceA
  246. GetDiskFreeSpaceExA
  247. GetDiskFreeSpaceExW
  248. GetDiskFreeSpaceW
  249. GetDriveTypeA
  250. GetDriveTypeW
  251. GetEnvironmentStrings
  252. GetEnvironmentStringsA
  253. GetEnvironmentStringsW
  254. GetEnvironmentVariableA
  255. GetEnvironmentVariableW
  256. GetErrorMode
  257. GetExitCodeProcess
  258. GetExitCodeThread
  259. GetFileAttributesA
  260. GetFileAttributesExA
  261. GetFileAttributesExW
  262. GetFileAttributesW
  263. GetFileInformationByHandle
  264. GetFileSize
  265. GetFileTime
  266. GetFileType
  267. GetFullPathNameA
  268. GetFullPathNameW
  269. GetGeoInfoA
  270. GetGeoInfoW
  271. GetHandleContext
  272. GetHandleInformation
  273. GetLSCallbackTarget
  274. GetLSCallbackTemplate
  275. GetLargestConsoleWindowSize
  276. GetLastError
  277. GetLocalTime
  278. GetLocaleInfoA
  279. GetLocaleInfoW
  280. GetLogicalDriveStringsA
  281. GetLogicalDriveStringsW
  282. GetLogicalDrives
  283. GetLongPathNameA
  284. GetLongPathNameW
  285. GetMailslotInfo
  286. GetModuleFileNameA
  287. GetModuleFileNameW
  288. GetModuleHandleA
  289. GetModuleHandleW
  290. GetModuleHandleExA
  291. GetModuleHandleExW
  292. GetNamedPipeHandleStateA
  293. GetNamedPipeHandleStateW
  294. GetNamedPipeInfo
  295. GetNumberFormatA
  296. GetNumberFormatW
  297. GetNumberOfConsoleInputEvents
  298. GetNumberOfConsoleMouseButtons
  299. GetOEMCP
  300. GetOverlappedResult
  301. GetPriorityClass
  302. GetPrivateProfileIntA
  303. GetPrivateProfileIntW
  304. GetPrivateProfileSectionA
  305. GetPrivateProfileSectionNamesA
  306. GetPrivateProfileSectionNamesW
  307. GetPrivateProfileSectionW
  308. GetPrivateProfileStringA
  309. GetPrivateProfileStringW
  310. GetPrivateProfileStructA
  311. GetPrivateProfileStructW
  312. GetProcAddress
  313. GetProcessAffinityMask
  314. GetProcessFlags
  315. GetProcessHeap
  316. GetProcessHeaps
  317. GetProcessPriorityBoost
  318. GetProcessShutdownParameters
  319. GetProcessTimes
  320. GetProcessVersion
  321. GetProcessWorkingSetSize
  322. GetProductName
  323. GetProfileIntA
  324. GetProfileIntW
  325. GetProfileSectionA
  326. GetProfileSectionW
  327. GetProfileStringA
  328. GetProfileStringW
  329. GetQueuedCompletionStatus
  330. GetSLCallbackTarget
  331. GetSLCallbackTemplate
  332. GetShortPathNameA
  333. GetShortPathNameW
  334. GetStartupInfoA
  335. GetStartupInfoW
  336. GetStdHandle
  337. GetStringTypeA
  338. GetStringTypeExA
  339. GetStringTypeExW
  340. GetStringTypeW
  341. GetSystemDefaultLCID
  342. GetSystemDefaultLangID
  343. GetSystemDefaultUILanguage
  344. GetSystemDirectoryA
  345. GetSystemDirectoryW
  346. GetSystemInfo
  347. GetSystemPowerStatus
  348. GetSystemTime
  349. GetSystemTimeAdjustment
  350. GetSystemTimeAsFileTime
  351. GetTapeParameters
  352. GetTapePosition
  353. GetTapeStatus
  354. GetTempFileNameA
  355. GetTempFileNameW
  356. GetTempPathA
  357. GetTempPathW
  358. GetThreadContext
  359. GetThreadLocale
  360. GetThreadPriority
  361. GetThreadPriorityBoost
  362. GetThreadSelectorEntry
  363. GetThreadTimes
  364. GetTickCount
  365. GetTimeFormatA
  366. GetTimeFormatW
  367. GetTimeZoneInformation
  368. GetUserDefaultLCID
  369. GetUserDefaultLangID
  370. GetUserDefaultUILanguage
  371. GetUserGeoID
  372. GetVersion
  373. GetVersionExA
  374. GetVersionExW
  375. GetVolumeInformationA
  376. GetVolumeInformationW
  377. GetWindowsDirectoryA
  378. GetWindowsDirectoryW
  379. GetWriteWatch
  380. GlobalAddAtomA
  381. GlobalAddAtomW
  382. GlobalAlloc
  383. GlobalCompact
  384. GlobalDeleteAtom
  385. GlobalFindAtomA
  386. GlobalFindAtomW
  387. GlobalFix
  388. GlobalFlags
  389. GlobalFree
  390. GlobalGetAtomNameA
  391. GlobalGetAtomNameW
  392. GlobalHandle
  393. GlobalLock
  394. GlobalMemoryStatus
  395. GlobalReAlloc
  396. GlobalSize
  397. GlobalUnWire
  398. GlobalUnfix
  399. GlobalUnlock
  400. GlobalWire
  401. Heap32First
  402. Heap32ListFirst
  403. Heap32ListNext
  404. Heap32Next
  405. HeapAlloc
  406. HeapCompact
  407. HeapCreate
  408. HeapDestroy
  409. HeapFree
  410. HeapLock
  411. HeapReAlloc
  412. HeapSetFlags
  413. HeapSize
  414. HeapUnlock
  415. HeapValidate
  416. HeapWalk
  417. InitAtomTable
  418. InitializeCriticalSection
  419. InitializeCriticalSectionAndSpinCount
  420. InterlockedCompareExchange
  421. InterlockedDecrement
  422. InterlockedExchange
  423. InterlockedExchangeAdd
  424. InterlockedIncrement
  425. InvalidateNLSCache
  426. IsBadCodePtr
  427. IsBadHugeReadPtr
  428. IsBadHugeWritePtr
  429. IsBadReadPtr
  430. IsBadStringPtrA
  431. IsBadStringPtrW
  432. IsBadWritePtr
  433. IsDBCSLeadByte
  434. IsDBCSLeadByteEx
  435. IsDebuggerPresent
  436. IsLSCallback
  437. IsProcessorFeaturePresent
  438. IsSLCallback
  439. IsSystemResumeAutomatic
  440. IsValidCodePage
  441. IsValidLanguageGroup
  442. IsValidLocale
  443. K32Thk1632Epilog
  444. K32Thk1632Prolog
  445. K32_NtCreateFile
  446. K32_RtlNtStatusToDosError
  447. LCMapStringA
  448. LCMapStringW
  449. LeaveCriticalSection
  450. LoadLibraryA
  451. LoadLibraryExA
  452. LoadLibraryExW
  453. LoadLibraryW
  454. LoadModule
  455. LoadResource
  456. LocalAlloc
  457. LocalCompact
  458. LocalFileTimeToFileTime
  459. LocalFlags
  460. LocalFree
  461. LocalHandle
  462. LocalLock
  463. LocalReAlloc
  464. LocalShrink
  465. LocalSize
  466. LocalUnlock
  467. LockFile
  468. LockFileEx
  469. LockResource
  470. MakeCriticalSectionGlobal
  471. MapHInstLS
  472. MapHInstLS_PN
  473. MapHInstSL
  474. MapHInstSL_PN
  475. MapHModuleLS
  476. MapHModuleSL
  477. MapLS
  478. MapSL
  479. MapSLFix
  480. MapViewOfFile
  481. MapViewOfFileEx
  482. Module32First
  483. Module32Next
  484. MoveFileA
  485. MoveFileExA
  486. MoveFileExW
  487. MoveFileW
  488. MulDiv
  489. MultiByteToWideChar
  490. NotifyNLSUserCache
  491. OpenEventA
  492. OpenEventW
  493. OpenFile
  494. OpenFileMappingA
  495. OpenFileMappingW
  496. OpenMutexA
  497. OpenMutexW
  498. OpenProcess
  499. OpenProfileUserMapping
  500. OpenSemaphoreA
  501. OpenSemaphoreW
  502. OpenThread
  503. OpenVxDHandle
  504. OpenWaitableTimerA
  505. OpenWaitableTimerW
  506. OutputDebugStringA
  507. OutputDebugStringW
  508. PeekConsoleInputA
  509. PeekConsoleInputW
  510. PeekNamedPipe
  511. PostQueuedCompletionStatus
  512. PrepareTape
  513. Process32First
  514. Process32Next
  515. PulseEvent
  516. PurgeComm
  517. QT_Thunk
  518. QueryDosDeviceA
  519. QueryDosDeviceW
  520. QueryNumberOfEventLogRecords
  521. QueryOldestEventLogRecord
  522. QueryPerformanceCounter
  523. QueryPerformanceFrequency
  524. QueueUserAPC
  525. RaiseException
  526. ReadConsoleA
  527. ReadConsoleInputA
  528. ReadConsoleInputW
  529. ReadConsoleOutputA
  530. ReadConsoleOutputAttribute
  531. ReadConsoleOutputCharacterA
  532. ReadConsoleOutputCharacterW
  533. ReadConsoleOutputW
  534. ReadConsoleW
  535. ReadDirectoryChangesW
  536. ReadFile
  537. ReadFileEx
  538. ReadFileScatter
  539. ReadProcessMemory
  540. RegisterServiceProcess
  541. RegisterSysMsgHandler
  542. ReinitializeCriticalSection
  543. ReleaseMutex
  544. ReleaseSemaphore
  545. RemoveDirectoryA
  546. RemoveDirectoryW
  547. RequestDeviceWakeup
  548. RequestWakeupLatency
  549. ResetEvent
  550. ResetNLSUserInfoCache
  551. ResetWriteWatch
  552. ResumeThread
  553. RtlAddFunctionTable
  554. RtlDeleteFunctionTable
  555. RtlFillMemory
  556. RtlInstallFunctionTableCallback
  557. RtlMoveMemory
  558. RtlUnwind
  559. RtlUnwindEx
  560. RtlZeroMemory
  561. SMapLS
  562. SMapLS_IP_EBP_12
  563. SMapLS_IP_EBP_16
  564. SMapLS_IP_EBP_20
  565. SMapLS_IP_EBP_24
  566. SMapLS_IP_EBP_28
  567. SMapLS_IP_EBP_32
  568. SMapLS_IP_EBP_36
  569. SMapLS_IP_EBP_40
  570. SMapLS_IP_EBP_8
  571. SUnMapLS
  572. SUnMapLS_IP_EBP_12
  573. SUnMapLS_IP_EBP_16
  574. SUnMapLS_IP_EBP_20
  575. SUnMapLS_IP_EBP_24
  576. SUnMapLS_IP_EBP_28
  577. SUnMapLS_IP_EBP_32
  578. SUnMapLS_IP_EBP_36
  579. SUnMapLS_IP_EBP_40
  580. SUnMapLS_IP_EBP_8
  581. ScrollConsoleScreenBufferA
  582. ScrollConsoleScreenBufferW
  583. SearchPathA
  584. SearchPathW
  585. SetCalendarInfoA
  586. SetCalendarInfoW
  587. SetCommBreak
  588. SetCommConfig
  589. SetCommMask
  590. SetCommState
  591. SetCommTimeouts
  592. SetComputerNameA
  593. SetComputerNameW
  594. SetConsoleActiveScreenBuffer
  595. SetConsoleCP
  596. SetConsoleCtrlHandler
  597. SetConsoleCursorInfo
  598. SetConsoleCursorPosition
  599. SetConsoleMode
  600. SetConsoleOutputCP
  601. SetConsoleScreenBufferSize
  602. SetConsoleTextAttribute
  603. SetConsoleTitleA
  604. SetConsoleTitleW
  605. SetConsoleWindowInfo
  606. SetCriticalSectionSpinCount
  607. SetCurrentDirectoryA
  608. SetCurrentDirectoryW
  609. SetDaylightFlag
  610. SetDefaultCommConfigA
  611. SetDefaultCommConfigW
  612. SetEndOfFile
  613. SetEnvironmentVariableA
  614. SetEnvironmentVariableW
  615. SetErrorMode
  616. SetEvent
  617. SetFileApisToANSI
  618. SetFileApisToOEM
  619. SetFileAttributesA
  620. SetFileAttributesW
  621. SetFilePointer
  622. SetFilePointerEx
  623. SetFileTime
  624. SetHandleContext
  625. SetHandleCount
  626. SetHandleInformation
  627. SetLastError
  628. SetLocalTime
  629. SetLocaleInfoA
  630. SetLocaleInfoW
  631. SetMailslotInfo
  632. SetMessageWaitingIndicator
  633. SetNamedPipeHandleState
  634. SetPriorityClass
  635. SetProcessAffinityMask
  636. SetProcessPriorityBoost
  637. SetProcessShutdownParameters
  638. SetProcessWorkingSetSize
  639. SetStdHandle
  640. SetSystemPowerState
  641. SetSystemTime
  642. SetSystemTimeAdjustment
  643. SetTapeParameters
  644. SetTapePosition
  645. SetThreadAffinityMask
  646. SetThreadContext
  647. SetThreadExecutionState
  648. SetThreadIdealProcessor
  649. SetThreadLocale
  650. SetThreadPriority
  651. SetThreadPriorityBoost
  652. SetTimeZoneInformation
  653. SetUnhandledExceptionFilter
  654. SetUserGeoID
  655. SetVolumeLabelA
  656. SetVolumeLabelW
  657. SetWaitableTimer
  658. SetupComm
  659. SignalObjectAndWait
  660. SignalSysMsgHandlers
  661. SizeofResource
  662. Sleep
  663. SleepEx
  664. SuspendThread
  665. SwitchToFiber
  666. SwitchToThread
  667. SystemTimeToFileTime
  668. SystemTimeToTzSpecificLocalTime
  669. TerminateProcess
  670. TerminateThread
  671. Thread32First
  672. Thread32Next
  673. ThunkConnect32
  674. TlsAlloc
  675. TlsAllocInternal
  676. TlsFree
  677. TlsFreeInternal
  678. TlsGetValue
  679. TlsSetValue
  680. Toolhelp32ReadProcessMemory
  681. TransactNamedPipe
  682. TransmitCommChar
  683. TryEnterCriticalSection
  684. UTRegister
  685. UTUnRegister
  686. UnMapLS
  687. UnMapSLFixArray
  688. UnhandledExceptionFilter
  689. UninitializeCriticalSection
  690. UnlockFile
  691. UnlockFileEx
  692. UnmapViewOfFile
  693. UpdateResourceA
  694. UpdateResourceW
  695. VerLanguageNameA
  696. VerLanguageNameW
  697. VirtualAlloc
  698. VirtualAllocEx
  699. VirtualFree
  700. VirtualFreeEx
  701. VirtualLock
  702. VirtualProtect
  703. VirtualProtectEx
  704. VirtualQuery
  705. VirtualQueryEx
  706. VirtualUnlock
  707. WaitCommEvent
  708. WaitForDebugEvent
  709. WaitForMultipleObjects
  710. WaitForMultipleObjectsEx
  711. WaitForSingleObject
  712. WaitForSingleObjectEx
  713. WaitNamedPipeA
  714. WaitNamedPipeW
  715. WideCharToMultiByte
  716. WinExec
  717. WriteConsoleA
  718. WriteConsoleInputA
  719. WriteConsoleInputW
  720. WriteConsoleOutputA
  721. WriteConsoleOutputAttribute
  722. WriteConsoleOutputCharacterA
  723. WriteConsoleOutputCharacterW
  724. WriteConsoleOutputW
  725. WriteConsoleW
  726. WriteFile
  727. WriteFileEx
  728. WriteFileGather
  729. WritePrivateProfileSectionA
  730. WritePrivateProfileSectionW
  731. WritePrivateProfileStringA
  732. WritePrivateProfileStringW
  733. WritePrivateProfileStructA
  734. WritePrivateProfileStructW
  735. WriteProcessMemory
  736. WriteProfileSectionA
  737. WriteProfileSectionW
  738. WriteProfileStringA
  739. WriteProfileStringW
  740. WriteTapemark
  741. _DebugOut
  742. _DebugPrintf
  743. _hread
  744. _hwrite
  745. _lclose
  746. _lcreat
  747. _llseek
  748. _lopen
  749. _lread
  750. _lwrite
  751. dprintf
  752. lstrcat
  753. lstrcatA
  754. lstrcatW
  755. lstrcmp
  756. lstrcmpA
  757. lstrcmpW
  758. lstrcmpi
  759. lstrcmpiA
  760. lstrcmpiW
  761. lstrcpy
  762. lstrcpyA
  763. lstrcpyW
  764. lstrcpyn
  765. lstrcpynA
  766. lstrcpynW
  767. lstrlen
  768. lstrlenA
  769. lstrlenW