kernel32.dll是Windows 9x/Me中非常重要的32位
动态链接库文件,属于内核级文件。它控制着系统的内存管理、数据的输入输出操作和
中断处理,当Windows启动时,kernel32.dll就驻留在内存中特定的
写保护区域,使别的程序无法占用这个内存区域。
文件信息
软件大小:随操作系统版本不同而不同软件星级:2.5
文件描述:
Windows NT BASE API Client DLL, Microsoft® Windows® Operating System
系统dll文件:是
安全等级(0-5):1
木马:否
内核文件
有时,
Windows会弹出“非法页错误”的
消息框,简单地说,这是因为某个或多个程序试图访问kernel32.dll所占用的内存保护区域,从而产生冲突而造成的。该错误一般由某个特定的程序引起,也可能是多个文件或程序。如果是由某个程序引起,那么可以尝试重新安装或升级该程序来解决问题,而如果由多个文件和程序引起,那就极有可能是因损坏的硬件
设备驱动而引起的。
出错元凶
1.Windows自身的临时交换文件被破坏;
4.装载了已经被破坏的或者是不正确版本的ker -nel32.dll文件;
6.计算机硬件有问题,如CPU过热、超频使用、损坏的电源、地线波动、射频噪音、损坏的磁盘控制器;
7.BIOS中等待状态设置出现问题,或者
RAM时钟有错误;
8.已经损坏或者没有正确、完整地安装软件;
15.访问历史文件夹错误;
17.机器感染了病毒;
18.损坏的或者不正确版本的msinfo32.
exe文件;
解决方案
知道了哪些情况可能引起kernel32.dll文件出问题,那么就可以采取
排除法一一解决。不过,在大多数情况下,我们建议你优先实施以下解决方案:
方法一
由于
流氓软件篡改的手法多样化,位置也很多,要解决这些问题,最好是采用专业
安全软件实际一键清除和修复。
当然,对于计算机底层实现原理相对熟悉的专业人员,也可根据计算机本身的配置信息(
注册表等)通过手动方式,或编写
批处理文件等方式进行删除。
方法二
1.错误的内存模块:用“记事本”打开根目录下的
config.sys2.错误的显卡
驱动程序:最新版本的显卡驱动程序可以保证显卡更加稳定、高效地运行,因此你要确保显卡驱动程序是最新版本;
3.
超频CPU、
总线速度:如果想要你的电脑运行得更加稳定、持久,建议不要将
CPU和总线超频使用,恢复到
默认值;
4.CPU或者电源
风扇转速不正常或落满灰尘:风扇的不稳定可能导致CPU或电源温度过高,从而引起系统不稳定。
CPU风扇可以用小刷子和
吹风机处理,电源风扇则需要由专业人员清扫;
5.图形加速设置过高:
右击“
我的电脑”,选择“属性”命令,在“性能”
选项卡中选择“图形”按钮,将
硬件加速调低一个刻度,然后确定后重启,如果还有问题,再重复以上步骤继续往下调低一个刻度,直到正常为止;
6.动画
光标、鼠标轨迹和
活动桌面:这些花哨的设置都有可能引起kernel32.dll错误,尝试禁用这些功能,然后再一个一个激活这些功能,直到发现错误为止;
7.相当有效的解决方案:
实践证明这个方法解决过许多ker- nel32.dll崩溃的问题。在
C盘根目录下,用“记事本”创建或者直接修改系统
配置文件config.sys,在其中加入如下3行语句:
FILES=65
BUFFERS=40
STACKS=64,512
; Increases default stack pages from 2 to 6
MinSPs=6
(MinSPs默认值是2,如需要,每次增加2直到解决问题为止,而第一句前面的“;”主要起注释作用。)
修改好后保存退出,重启使之生效。
8.删除临时交换文件:如果错误仍然存在,可以尝试删除 Windows的临时交换文件Win386.swp来解决问题,不过该文件无法在Windows下删除,你需要退到
DOS实模式下进行,进入
系统目录(如C盘〈Windows〉目录)删除Win386.swp,当系统重启后Windows会重新生成该文件。
9.密码列表损坏:如果系统密码列表文件被损坏也会引起错误,这时需要重建该文件,在“
资源管理器”中选择〈Windows〉
文件夹,然后按下F3调出查找对话框,在文件名中键入:*.pwl,然后进行查找,当符合条件的文件列出来后,将它们全部删除掉,接着重启,让系统重建密码列表文件。
10.
病毒:如果系统显示的是MSIMN错误导致kernel32.dll产生无效
页面错误,那么你的电脑很有可能被
Happy 99蠕虫病毒所侵害,你需要使用
杀毒软件对你的系统进行一下清除。
11.Kernel32文件损坏:一个完全能够解决问题的方法,需要一定技术:首先下载一个干净的Kernel32.dll,存放到D盘根目录,在电脑启动时进入DOS,手动删除C盘下的Kernel32.dll,再用COPY将D盘的Kernel32.dll复制过去即可
技术信息
文件头部
Dump of file kernel32.dll
PE signature found
File Type: DLL
FILE HEADER VALUES
4 number of sections
49C4F481 time date stamp Sat Mar 21 22:06:57 2009
0 file pointer to symbol table
0 number of symbols
E0 size of optional header
210E characteristics
Executable
Line numbers stripped
Symbols stripped
32 bit word machine
DLL
OPTIONAL HEADER VALUES
10B magic #
83200 size of code
95800 size of initialized data
0 size of uninitialized data
B64E RVA of entry point
1000 base of code
80000 base of data
7C800000 image base
1000 section alignment
200 file alignment
5.01 operating system version
5.01 image version
4.00 subsystem version
0 Win32 version
11E000 size of image
400 size of headers
11E97E checksum
3
subsystem (Windows CUI)
0 DLL characteristics
40000 size of stack reserve
1000 size of stack commit
100000 size of heap reserve
1000 size of heap commit
0 loader flags
10 number of directories
262C [ 6D19] RVA [size] of Export Directory
81898 [ 28] RVA [size] of Import Directory
8A000 [ 8D3FC] RVA [size] of Resource Directory
0 [ 0] RVA [size] of Exception Directory
0 [ 0] RVA [size] of Certificates Directory
118000 [ 5C84] RVA [size] of Base Relocation Directory
84188 [ 38] RVA [size] of Debug Directory
0 [ 0] RVA [size] of Architecture Directory
0 [ 0] RVA [size] of Special Directory
0 [ 0] RVA [size] of Thread Storage Directory
4E620 [ 40] RVA [size] of Load Configuration Directory
0 [ 0] RVA [size] of Bound Import Directory
1000 [ 624] RVA [size] of Import Address Table Directory
0 [ 0] RVA [size] of Delay Import Directory
0 [ 0] RVA [size] of Reserved Directory
0 [ 0] RVA [size] of Reserved Directory
SECTION HEADER #1
.text name
831E9 virtual size
1000 virtual address
83200 size of raw data
400 file pointer to raw data
0 file pointer to relocation table
0 file pointer to line numbers
0 number of relocations
0 number of line numbers
60000020 flags
Code
Execute Read
Debug Directories
Type Size RVA Pointer
------ -------- -------- --------
cv 25 000841C4 835C4 Format:
RSDS( A) 4 000841C0 835C0
SECTION HEADER #2
.data name
4460 virtual size
85000 virtual address
2600 size of raw data
83600 file pointer to raw data
0 file pointer to relocation table
0 file pointer to line numbers
0 number of relocations
0 number of line numbers
C0000040 flags
Initialized Data
Read Write
SECTION HEADER #3
.rsrc name
8D3FC virtual size
8A000 virtual address
85C00 file pointer to raw data
0 file pointer to relocation table
0 file pointer to line numbers
0 number of relocations
0 number of line numbers
40000040 flags
Initialized Data
Read Only
SECTION HEADER #4
.reloc name
5C84 virtual size
118000 virtual address
5E00 size of raw data
113000 file pointer to raw data
0 file pointer to relocation table
0 file pointer to line numbers
0 number of relocations
0 number of line numbers
42000040 flags
Initialized Data
Discardable
Read Only
Summary
5000 .data
6000 .reloc
8E000 .rsrc
84000 .text
常见问题
病毒感染相关文件导致,一旦杀毒软件删除被感染的文件,就会导致相关文件缺失,导致运行游戏时提示缺少kernel32.dll等.kernel32.dll丢失游戏常用软件运行不起来运行不起来,或者报错修复方法: 方法一: 也是最简单的一种方法,手工替换相关文件可以解决问题。在正常工作的相关软件
安装目录中,找到这个kernel32.dll文件,复制到出现问题的软件目录下,即可解决问题。 方法二: 重新
安装系统 提供的API
A
ActivateActCtx
AddAtomA
AddAtomW
AddConsoleAliasA
AddConsoleAliasW
AddLocalAlternateComputerNameA
AddLocalAlternateComputerNameW
AddRefActCtx
AddVectoredExceptionHandler
AllocateUserPhysicalPages
AreFileApisANSI
AssignProcessToJobObject
B
BackupRead
BackupSeek
BackupWrite
BaseCheckAppcompatCache
BaseCleanupAppcompatCache
BaseCleanupAppcompatCacheSupport
BaseDumpAppcompatCache
BaseFlushAppcompatCache
BaseInitAppcompatCache
BaseInitAppcompatCacheSupport
BaseProcessInitPostImport
BaseQueryModuleData
BaseUpdateAppcompatCache
BasepCheckWinSaferRestrictions
Beep
BeginUpdateResourceA
BindIoCompletionCallback
BuildCommDCBA
BuildCommDCBAndTimeoutsA
BuildCommDCBAndTimeoutsW
BuildCommDCBW
C
CallNamedPipeA
CallNamedPipeW
CancelDeviceWakeupRequest
CancelIo
CancelTimerQueueTimer
ChangeTimerQueueTimer
CheckNameLegalDOS8Dot3A
CheckNameLegalDOS8Dot3W
CheckRemoteDebuggerPresent
ClearCommBreak
CloseConsoleHandle
CloseProfileUserMapping
CmdBatNotification
CommConfigDialogA
CommConfigDialogW
CompareStringW
ConsoleMenuControl
ContinueDebugEvent
ConvertDefaultLocale
ConvertFiberToThread
ConvertThreadToFiber
CopyFileExA
CopyFileExW
CopyFileW
CopyLZFile
CreateActCtxA
CreateActCtxW
CreateDirectoryExA
CreateDirectoryExW
CreateDirectoryW
CreateEventA
CreateEventW
CreateFiber
CreateFiberEx
CreateFileMappingW
CreateFileW
CreateHardLinkA
CreateJobObjectA
CreateJobObjectW
CreateJobSet
CreateMailslotA
CreateMailslotW
CreateMemoryResourceNotification
CreateMutexW
CreateNamedPipeA
CreateNamedPipeW
CreateNlsSecurityDescriptor
CreateProcessA
CreateProcessInternalA
CreateProcessInternalW
CreateProcessInternalWSecure
CreateProcessW
CreateSemaphoreA
CreateSocketHandle
CreateTapePartition
CreateTimerQueue
CreateVirtualBuffer
CreateWaitableTimerA
D
DeactivateActCtx
DebugBreak
DebugBreakProcess
DebugSetProcessKillOnExit
DecodePointer
DecodeSystemPointer
DefineDosDeviceA
DefineDosDeviceW
DelayLoadFailureHook
DeleteAtom
DeleteFiber
DeleteFileW
DeleteTimerQueue
DeleteTimerQueueEx
DeleteTimerQueueTimer
DeleteVolumeMountPointA
DeleteVolumeMountPointW
DnsHostnameToComputerNameA
DnsHostnameToComputerNameW
DosPathToSessionPathA
DosPathToSessionPathW
DuplicateConsoleHandle
E
EncodePointer
EncodeSystemPointer
EndUpdateResourceA
EnterCriticalSection
EnumCalendarInfoA
EnumCalendarInfoExA
EnumCalendarInfoExW
EnumCalendarInfoW
EnumDateFormatsA
EnumDateFormatsExA
EnumDateFormatsExW
EnumDateFormatsW
EnumLanguageGroupLocalesA
EnumLanguageGroupLocalesW
EnumResourceLanguagesA
EnumResourceLanguagesW
EnumResourceNamesA
EnumResourceNamesW
EnumResourceTypesA
EnumResourceTypesW
EnumSystemCodePagesW
EnumSystemGeoID
EnumSystemLanguageGroupsA
EnumSystemLanguageGroupsW
EnumSystemLocalesA
EnumSystemLocalesW
EnumTimeFormatsA
EnumTimeFormatsW
EnumUILanguagesA
EnumUILanguagesW
EnumerateLocalComputerNamesA
EnumerateLocalComputerNamesW
EraseTape
EscapeCommFunction
ExitProcess
ExitVDM
ExpandEnvironmentStringsW
ExpungeConsoleCommandHistoryA
ExpungeConsoleCommandHistoryW
ExtendVirtualBuffer
F
FatalAppExitA
FatalAppExitW
FatalExit
FileTimeToDosDateTime
FillConsoleOutputAttribute
FillConsoleOutputCharacterA
FillConsoleOutputCharacterW
FindActCtxSectionGuid
FindActCtxSectionStringA
FindActCtxSectionStringW
FindAtomA
FindAtomW
FindClose
FindCloseChangeNotification
FindFirstChangeNotificationA
FindFirstChangeNotificationW
FindFirstFileA
FindFirstFileExA
FindFirstFileExW
FindFirstVolumeA
FindFirstVolumeMountPointA
FindFirstVolumeMountPointW
FindFirstVolumeW
FindNextChangeNotification
FindNextFileA
FindNextVolumeA
FindNextVolumeMountPointA
FindNextVolumeMountPointW
FindNextVolumeW
FindResourceA
FindResourceExW
FindResourceW
FindVolumeClose
FindVolumeMountPointClose
FoldStringA
FoldStringW
FormatMessageW
FreeConsole
FreeEnvironmentStringsW
FreeLibraryAndExitThread
FreeResource
FreeUserPhysicalPages
FreeVirtualBuffer
G
GenerateConsoleCtrlEvent
GetACP
GetAtomNameA
GetAtomNameW
GetBinaryTypeW
GetCPFileNameFromRegistry
GetCPInfoExA
GetCPInfoExW
GetCalendarInfoA
GetCalendarInfoW
GetComPlusPackageInstallStatus
GetCommConfig
GetCommMask
GetCommModemStatus
GetCommProperties
GetCommState
GetCommandLineA
GetCommandLineW
GetCompressedFileSizeW
GetComputerNameA
GetComputerNameExA
GetComputerNameExW
GetComputerNameW
GetConsoleAliasA
GetConsoleAliasExesA
GetConsoleAliasExesLengthA
GetConsoleAliasExesLengthW
GetConsoleAliasExesW
GetConsoleAliasW
GetConsoleAliasesA
GetConsoleAliasesLengthA
GetConsoleAliasesLengthW
GetConsoleAliasesW
GetConsoleCP
GetConsoleCharType
GetConsoleCommandHistoryA
GetConsoleCommandHistoryLengthA
GetConsoleCommandHistoryLengthW
GetConsoleCommandHistoryW
GetConsoleCursorMode
GetConsoleDisplayMode
GetConsoleFontInfo
GetConsoleHardwareState
GetConsoleInputExeNameA
GetConsoleInputExeNameW
GetConsoleInputWaitHandle
GetConsoleKeyboardLayoutNameA
GetConsoleKeyboardLayoutNameW
GetConsoleMode
GetConsoleNlsMode
GetConsoleOutputCP
GetConsoleScreenBufferInfo
GetConsoleTitleA
GetConsoleTitleW
GetCurrencyFormatA
GetCurrentActCtx
GetCurrentDirectoryW
GetDateFormatA
GetDefaultCommConfigA
GetDefaultCommConfigW
GetDefaultSortkeySize
GetDevicePowerState
GetDiskFreeSpaceExW
GetDiskFreeSpaceW
GetDllDirectoryA
GetDllDirectoryW
GetEnvironmentStringsA
GetEnvironmentVariableW
GetExpandedNameA
GetExpandedNameW
GetFileAttributesExA
GetFileAttributesExW
GetFileAttributesW
GetFileInformationByHandle
GetFileSizeEx
GetFirmwareEnvironmentVariableA
GetFirmwareEnvironmentVariableW
GetFullPathNameW
GetGeoInfoA
GetGeoInfoW
GetHandleContext
GetLargestConsoleWindowSize
GetLinguistLangSize
GetLocalTime
GetLocaleInfoW
GetLogicalDriveStringsW
GetLogicalProcessorInformation
GetLongPathNameW
GetModuleFileNameW
GetModuleHandleExW
GetModuleHandleW
GetNamedPipeHandleStateA
GetNamedPipeHandleStateW
GetNamedPipeInfo
GetNativeSystemInfo
GetNextVDMCommand
GetNlsSectionName
GetNumaAvailableMemory
GetNumaAvailableMemoryNode
GetNumaHighestNodeNumber
GetNumaNodeProcessorMask
GetNumaProcessorMap
GetNumaProcessorNode
GetNumberFormatA
GetNumberFormatW
GetNumberOfConsoleFonts
GetNumberOfConsoleInputEvents
GetNumberOfConsoleMouseButtons
GetOEMCP
GetPrivateProfileIntA
GetPrivateProfileIntW
GetPrivateProfileSectionNamesA
GetPrivateProfileSectionNamesW
GetPrivateProfileSectionW
GetPrivateProfileStringW
GetPrivateProfileStructA
GetPrivateProfileStructW
GetProcessAffinityMask
GetProcessDEPPolicy
GetProcessHandleCount
GetProcessHeap
GetProcessHeaps
GetProcessId
GetProcessIoCounters
GetProcessPriorityBoost
GetProcessShutdownParameters
GetProfileIntA
GetProfileIntW
GetProfileSectionW
GetProfileStringW
GetStartupInfoW
GetStringTypeA
GetStringTypeExA
GetStringTypeExW
GetStringTypeW
GetSystemDEPPolicy
GetSystemDefaultLCID
GetSystemDefaultLangID
GetSystemDefaultUILanguage
GetSystemDirectoryW
GetSystemPowerStatus
GetSystemRegistryQuota
GetSystemTimeAdjustment
GetSystemTimeAsFileTime
GetSystemTimes
GetSystemWindowsDirectoryA
GetSystemWindowsDirectoryW
GetSystemWow64DirectoryA
GetSystemWow64DirectoryW
GetTapeParameters
GetTapePosition
GetTapeStatus
GetTempFileNameW
GetTempPathA
GetTempPathW
GetThreadIOPendingFlag
GetThreadPriorityBoost
GetThreadSelectorEntry
GetThreadTimes
GetTimeFormatA
GetTimeZoneInformation
GetUserDefaultLCID
GetUserDefaultLangID
GetUserDefaultUILanguage
GetUserGeoID
GetVDMCurrentDirectories
GetVersionExA
GetVersionExW
GetVolumeInformationA
Get
VolumeNameForVolumeMountPointA
GetVolumeNameForVolumeMountPointW
GetVolumePathNameA
GetVolumePathNameW
GetVolumePathNamesForVolumeNameA
GetVolumePathNamesForVolumeNameW
GetWindowsDirectoryW
GetWriteWatch
GlobalAddAtomA
GlobalCompact
GlobalDeleteAtom
GlobalFindAtomA
GlobalFindAtomW
GlobalFix
GlobalFlags
GlobalGetAtomNameA
GlobalGetAtomNameW
GlobalHandle
GlobalLock
GlobalMemoryStatus
GlobalMemoryStatusEx
GlobalSize
GlobalUnWire
GlobalUnfix
GlobalWire
H
Heap32First
Heap32ListFirst
Heap32ListNext
Heap32Next
HeapAlloc
HeapCompact
HeapCreateTagsW
HeapDestroy
HeapFree
HeapLock
HeapQueryInformation
HeapQueryTagW
HeapReAlloc
HeapSetInformation
HeapSize
HeapSummary
HeapUnlock
HeapUsage
HeapValidate
HeapWalk
I
InitAtomTable
InitializeCriticalSectionAndSpinCount
InitializeSListHead
InterlockedCompareExchange
InterlockedDecrement
InterlockedExchange
InterlockedFlushSList
InterlockedIncrement
InterlockedPopEntrySList
InterlockedPushEntrySList
InvalidateConsoleDIBits
IsBadCodePtr
IsBadHugeReadPtr
IsBadHugeWritePtr
IsBadReadPtr
IsBadStringPtrA
IsBadStringPtrW
IsDBCSLeadByte
IsDBCSLeadByteEx
IsProcessInJob
IsProcessorFeaturePresent
IsSystemResumeAutomatic
IsValidLocale
IsValidUILanguage
L
LCMapStringA
LCMapStringW
LZCloseFile
LZCreateFileW
LZDone
LZOpenFileW
LZSeek
LZStart
LoadLibraryA
LoadLibraryExW
LoadLibraryW
LoadModule
LoadResource
LocalCompact
LocalFileTimeToFileTime
LocalFlags
LocalFree
LocalHandle
LocalReAlloc
LocalShrink
LocalSize
LocalUnlock
M
MapUserPhysicalPages
MapUserPhysicalPagesScatter
MapViewOfFileEx
Module32FirstW
Module32Next
Module32NextW
MoveFileExA
MoveFileExW
MoveFileW
MoveFileWithProgressA
MoveFileWithProgressW
MulDiv
N
NlsConvertIntegerToString
NlsGetCacheUpdateCount
NlsResetProcessLocale
NumaVirtualQueryNode
O
OpenConsoleW
OpenDataFile
OpenEventA
OpenEventW
OpenFile
OpenFileMappingW
OpenJobObjectA
OpenJobObjectW
OpenMutexW
OpenProcess
OpenProfileUserMapping
OpenSemaphoreA
OpenWaitableTimerA
OpenWaitableTimerW
OutputDebugStringW
P
PeekConsoleInputA
PeekConsoleInputW
PostQueuedCompletionStatus
PrepareTape
PrivCopyFileExW
PrivMoveFileIdentityW
Process32FirstW
Process32NextW
ProcessIdToSessionId
PulseEvent
PurgeComm
Q
QueryActCtxW
QueryDepthSList
QueryDosDeviceA
QueryInformationJobObject
QueryMemoryResourceNotification
QueryPerformanceFrequency
QueryWin31IniFilesMappedToRegistry
QueueUserWorkItem
R
ReadConsoleA
ReadConsoleInputExA
ReadConsoleInputExW
ReadConsoleInputW
ReadConsoleOutputA
ReadConsoleOutputAttribute
ReadConsoleOutputCharacterA
ReadConsoleOutputCharacterW
ReadConsoleOutputW
ReadConsoleW
ReadDirectoryChangesW
ReadFileScatter
RegisterConsoleIME
RegisterConsoleOS2
RegisterConsoleVDM
RegisterWaitForSingleObjectEx
RegisterWowBaseHandlers
RegisterWowExec
ReleaseActCtx
RemoveDirectoryA
RemoveDirectoryW
RemoveLocalAlternateComputerNameA
RemoveLocalAlternateComputerNameW
RemoveVectoredExceptionHandler
ReplaceFile
ReplaceFileA
ReplaceFileW
RequestDeviceWakeup
RequestWakeupLatency
ResetWriteWatch
RestoreLastError
RtlCaptureContext
RtlCaptureStackBackTrace
RtlFillMemory
RtlUnwind
RtlZeroMemory
S
ScrollConsoleScreenBufferA
ScrollConsoleScreenBufferW
SearchPathA
SearchPathW
SetCPGlobal
SetCalendarInfoA
SetCalendarInfoW
SetClientTimeZoneInformation
SetComPlusPackageInstallStatus
SetCommBreak
SetCommConfig
SetComputerNameA
SetComputerNameExA
SetComputerNameExW
SetComputerNameW
SetConsoleActiveScreenBuffer
SetConsoleCP
SetConsoleCommandHistoryMode
SetConsoleCursor
SetConsoleCursorInfo
SetConsoleCursorMode
SetConsoleFont
SetConsoleHardwareState
SetConsoleIcon
SetConsoleInputExeNameA
SetConsoleInputExeNameW
SetConsoleKeyShortcuts
SetConsoleLocalEUDC
SetConsoleMaximumWindowSize
SetConsoleMenuClose
SetConsoleMode
SetConsoleNlsMode
SetConsoleNumberOfCommandsA
SetConsoleNumberOfCommandsW
SetConsoleOS2OemFormat
SetConsolePalette
SetConsoleScreenBufferSize
SetConsoleTitleA
SetConsoleWindowInfo
SetCriticalSectionSpinCount
SetCurrentDirectoryW
SetDefaultCommConfigA
SetDefaultCommConfigW
SetDllDirectoryA
SetDllDirectoryW
SetEnvironmentVariableW
SetEvent
SetFileApisToANSI
SetFileApisToOEM
SetFileAttributesW
SetFilePointerEx
SetFileShortNameA
SetFileShortNameW
SetFileValidData
SetFirmwareEnvironmentVariableA
SetFirmwareEnvironmentVariableW
SetHandleContext
SetHandleInformation
SetInformationJobObject
SetLastConsoleEventActive
SetLastError
SetLocalPrimaryComputerNameA
SetLocalPrimaryComputerNameW
SetLocaleInfoA
SetLocaleInfoW
SetMailslotInfo
SetMessageWaitingIndicator
SetProcessAffinityMask
SetProcessDEPPolicy
SetProcessPriorityBoost
SetProcessShutdownParameters
SetStdHandle
SetSystemPowerState
SetTapeParameters
SetTapePosition
SetTermsrvAppInstallMode
SetThreadAffinityMask
SetThreadContext
SetThreadExecutionState
SetThreadIdealProcessor
SetThreadLocale
SetThreadPriority
SetThreadPriorityBoost
SetThreadUILanguage
SetUnhandledExceptionFilter
SetUserGeoID
SetVDMCurrentDirectories
SetVolumeLabelA
SetVolumeMountPointA
SetVolumeMountPointW
SetupComm
ShowConsoleCursor
Sleep
SuspendThread
SwitchToFiber
SwitchToThread
SystemTimeToTzSpecificLocalTime
T
TerminateJobObject
TerminateProcess
TermsrvAppInstallMode
Thread32Next
TlsAlloc
TlsFree
TlsGetValue
TlsSetValue
Toolhelp32ReadProcessMemory
TransactNamedPipe
TransmitCommChar
TrimVirtualBuffer
TryEnterCriticalSection
TzSpecificLocalTimeToSystemTime
U
UTRegister
UTUnRegister
UnhandledExceptionFilter
UnregisterConsoleIME
UnregisterWait
UnregisterWaitEx
UpdateResourceA
UpdateResourceW
V
VDMConsoleOperation
ValidateLCType
ValidateLocale
VerLanguageNameA
VerLanguageNameW
VerSetConditionMask
VerifyConsoleIoHandle
VerifyVersionInfoA
VerifyVersionInfoW
VirtualAlloc
VirtualBufferExceptionHandler
VirtualLock
VirtualProtect
VirtualQuery
VirtualUnlock
W
WTSGetActiveConsoleSessionId
WaitForSingleObject
WaitForSingleObjectEx
WaitNamedPipeA
WaitNamedPipeW
WriteConsoleA
WriteConsoleInputVDMA
WriteConsoleInputVDMW
WriteConsoleInputW
WriteConsoleOutputA
WriteConsoleOutputAttribute
WriteConsoleOutputCharacterA
WriteConsoleOutputCharacterW
WriteConsoleOutputW
WriteConsoleW
WriteFileGather
WritePrivateProfileSectionA
WritePrivateProfileSectionW
WritePrivateProfileStringW
WritePrivateProfileStructA
WritePrivateProfileStructW
WriteProfileSectionW
WriteProfileStringW
WriteTapemark
Z
ZombifyActCtx
_
_hread
_hwrite
_lcreat
_lread
_lwrite
l
lstrcatA
lstrcatW
lstrcmpA
lstrcmpW
lstrcmpi
lstrcmpiA
lstrcmpiW
lstrcpy
lstrcpyA
lstrcpyW
lstrcpyn
lstrcpynA
lstrcpynW
lstrlen
lstrlenA
lstrlenW