Note: This website is archived. For up-to-date information about D projects and development, please visit wiki.dlang.org.
Version 3 (modified by jcc7, 17 years ago)
kernel32.def

source:trunk/def

This folder contains export definiton files (*.def) for win32 .dll to DMD interfacing. Use in the same way you would use an implib for linking into your application:

dmd -ofmyprogram.exe myprog.obj win32lib.def

You can use a .def to create a .lib (using DM's implib):

implib shell32.lib shell32.def

kernel32.def

LIBRARY kernel32
EXETYPE NT
SUBSYSTEM WINDOWS
EXPORTS
_AddAtomA@4 = AddAtomA
_AddAtomW@4 = AddAtomW
_AllocConsole@0 = AllocConsole
_AllocateUserPhysicalPages@12 = AllocateUserPhysicalPages
_AreFileApisANSI@0 = AreFileApisANSI
_AssignProcessToJobObject@8 = AssignProcessToJobObject
_BackupRead@28 = BackupRead
_BackupSeek@24 = BackupSeek
_BackupWrite@28 = BackupWrite
_Beep@8 = Beep
_BeginUpdateResourceA@8 = BeginUpdateResourceA
_BeginUpdateResourceW@8 = BeginUpdateResourceW
_BindIoCompletionCallback@12 = BindIoCompletionCallback
_BuildCommDCBA@8 = BuildCommDCBA
_BuildCommDCBAndTimeoutsA@12 = BuildCommDCBAndTimeoutsA
_BuildCommDCBAndTimeoutsW@12 = BuildCommDCBAndTimeoutsW
_BuildCommDCBW@8 = BuildCommDCBW
_CallNamedPipeA@28 = CallNamedPipeA
_CallNamedPipeW@28 = CallNamedPipeW
_CancelDeviceWakeupRequest@4 = CancelDeviceWakeupRequest
_CancelIo@4 = CancelIo
_CancelTimerQueueTimer@8 = CancelTimerQueueTimer
_CancelWaitableTimer@4 = CancelWaitableTimer
_ChangeTimerQueueTimer@16 = ChangeTimerQueueTimer
_ClearCommBreak@4 = ClearCommBreak
_ClearCommError@12 = ClearCommError
_CloseHandle@4 = CloseHandle
_CommConfigDialogA@12 = CommConfigDialogA
_CommConfigDialogW@12 = CommConfigDialogW
_CompareFileTime@8 = CompareFileTime
_CompareStringA@24 = CompareStringA
_CompareStringW@24 = CompareStringW
_ConnectNamedPipe@8 = ConnectNamedPipe
_ContinueDebugEvent@12 = ContinueDebugEvent
_ConvertDefaultLocale@4 = ConvertDefaultLocale
_ConvertThreadToFiber@4 = ConvertThreadToFiber
_CopyFileA@12 = CopyFileA
_CopyFileExA@24 = CopyFileExA
_CopyFileExW@24 = CopyFileExW
_CopyFileW@12 = CopyFileW
_CreateConsoleScreenBuffer@20 = CreateConsoleScreenBuffer
_CreateDirectoryA@8 = CreateDirectoryA
_CreateDirectoryExA@12 = CreateDirectoryExA
_CreateDirectoryExW@12 = CreateDirectoryExW
_CreateDirectoryW@8 = CreateDirectoryW
_CreateEventA@16 = CreateEventA
_CreateEventW@16 = CreateEventW
_CreateFiber@12 = CreateFiber
_CreateFileA@28 = CreateFileA
_CreateFileMappingA@24 = CreateFileMappingA
_CreateFileMappingW@24 = CreateFileMappingW
_CreateFileW@28 = CreateFileW
_CreateHardLinkA@12 = CreateHardLinkA
_CreateHardLinkW@12 = CreateHardLinkW
_CreateIoCompletionPort@16 = CreateIoCompletionPort
_CreateJobObjectA@8 = CreateJobObjectA
_CreateJobObjectW@8 = CreateJobObjectW
_CreateMailslotA@16 = CreateMailslotA
_CreateMailslotW@16 = CreateMailslotW
_CreateMutexA@12 = CreateMutexA
_CreateMutexW@12 = CreateMutexW
_CreateNamedPipeA@32 = CreateNamedPipeA
_CreateNamedPipeW@32 = CreateNamedPipeW
_CreatePipe@16 = CreatePipe
_CreateProcessA@40 = CreateProcessA
_CreateProcessW@40 = CreateProcessW
_CreateRemoteThread@28 = CreateRemoteThread
_CreateSemaphoreA@16 = CreateSemaphoreA
_CreateSemaphoreW@16 = CreateSemaphoreW
_CreateTapePartition@16 = CreateTapePartition
_CreateThread@24 = CreateThread
_CreateTimerQueue@0 = CreateTimerQueue
_CreateTimerQueueTimer@28 = CreateTimerQueueTimer
_CreateToolhelp32Snapshot@8 = CreateToolhelp32Snapshot
_CreateWaitableTimerA@12 = CreateWaitableTimerA
_CreateWaitableTimerW@12 = CreateWaitableTimerW
_DebugActiveProcess@4 = DebugActiveProcess
_DebugBreak@0 = DebugBreak
_DefineDosDeviceA@12 = DefineDosDeviceA
_DefineDosDeviceW@12 = DefineDosDeviceW
_DeleteAtom@4 = DeleteAtom
_DeleteCriticalSection@4 = DeleteCriticalSection
_DeleteFiber@4 = DeleteFiber
_DeleteFileA@4 = DeleteFileA
_DeleteFileW@4 = DeleteFileW
_DeleteTimerQueue@4 = DeleteTimerQueue
_DeleteTimerQueueEx@8 = DeleteTimerQueueEx
_DeleteTimerQueueTimer@12 = DeleteTimerQueueTimer
_DeleteVolumeMountPointA@4 = DeleteVolumeMountPointA
_DeleteVolumeMountPointW@4 = DeleteVolumeMountPointW
_DeviceIoControl@32 = DeviceIoControl
_DisableThreadLibraryCalls@4 = DisableThreadLibraryCalls
_DisconnectNamedPipe@4 = DisconnectNamedPipe
_DnsHostnameToComputerNameA@12 = DnsHostnameToComputerNameA
_DnsHostnameToComputerNameW@12 = DnsHostnameToComputerNameW
_DosDateTimeToFileTime@12 = DosDateTimeToFileTime
_DuplicateHandle@28 = DuplicateHandle
_EndUpdateResourceA@8 = EndUpdateResourceA
_EndUpdateResourceW@8 = EndUpdateResourceW
_EnterCriticalSection@4 = EnterCriticalSection
_EnumCalendarInfoA@16 = EnumCalendarInfoA
_EnumCalendarInfoExA@16 = EnumCalendarInfoExA
_EnumCalendarInfoExW@16 = EnumCalendarInfoExW
_EnumCalendarInfoW@16 = EnumCalendarInfoW
_EnumDateFormatsA@12 = EnumDateFormatsA
_EnumDateFormatsExA@12 = EnumDateFormatsExA
_EnumDateFormatsExW@12 = EnumDateFormatsExW
_EnumDateFormatsW@12 = EnumDateFormatsW
_EnumLanguageGroupLocalesA@16 = EnumLanguageGroupLocalesA
_EnumLanguageGroupLocalesW@16 = EnumLanguageGroupLocalesW
_EnumResourceLanguagesA@20 = EnumResourceLanguagesA
_EnumResourceLanguagesW@20 = EnumResourceLanguagesW
_EnumResourceNamesA@16 = EnumResourceNamesA
_EnumResourceNamesW@16 = EnumResourceNamesW
_EnumResourceTypesA@12 = EnumResourceTypesA
_EnumResourceTypesW@12 = EnumResourceTypesW
_EnumSystemCodePagesA@8 = EnumSystemCodePagesA
_EnumSystemCodePagesW@8 = EnumSystemCodePagesW
_EnumSystemLanguageGroupsA@12 = EnumSystemLanguageGroupsA
_EnumSystemLanguageGroupsW@12 = EnumSystemLanguageGroupsW
_EnumSystemLocalesA@8 = EnumSystemLocalesA
_EnumSystemLocalesW@8 = EnumSystemLocalesW
_EnumTimeFormatsA@12 = EnumTimeFormatsA
_EnumTimeFormatsW@12 = EnumTimeFormatsW
_EnumUILanguagesA@12 = EnumUILanguagesA
_EnumUILanguagesW@12 = EnumUILanguagesW
_EraseTape@12 = EraseTape
_EscapeCommFunction@8 = EscapeCommFunction
_ExitProcess@4 = ExitProcess
_ExitThread@4 = ExitThread
_ExpandEnvironmentStringsA@12 = ExpandEnvironmentStringsA
_ExpandEnvironmentStringsW@12 = ExpandEnvironmentStringsW
_FatalAppExitA@8 = FatalAppExitA
_FatalAppExitW@8 = FatalAppExitW
_FatalExit@4 = FatalExit
_FileTimeToDosDateTime@12 = FileTimeToDosDateTime
_FileTimeToLocalFileTime@8 = FileTimeToLocalFileTime
_FileTimeToSystemTime@8 = FileTimeToSystemTime
_FillConsoleOutputAttribute@20 = FillConsoleOutputAttribute
_FillConsoleOutputCharacterA@20 = FillConsoleOutputCharacterA
_FillConsoleOutputCharacterW@20 = FillConsoleOutputCharacterW
_FindAtomA@4 = FindAtomA
_FindAtomW@4 = FindAtomW
_FindClose@4 = FindClose
_FindCloseChangeNotification@4 = FindCloseChangeNotification
_FindFirstChangeNotificationA@12 = FindFirstChangeNotificationA
_FindFirstChangeNotificationW@12 = FindFirstChangeNotificationW
_FindFirstFileA@8 = FindFirstFileA
_FindFirstFileExA@24 = FindFirstFileExA
_FindFirstFileExW@24 = FindFirstFileExW
_FindFirstFileW@8 = FindFirstFileW
_FindFirstVolumeA@8 = FindFirstVolumeA
_FindFirstVolumeMountPointA@12 = FindFirstVolumeMountPointA
_FindFirstVolumeMountPointW@12 = FindFirstVolumeMountPointW
_FindFirstVolumeW@8 = FindFirstVolumeW
_FindNextChangeNotification@4 = FindNextChangeNotification
_FindNextFileA@8 = FindNextFileA
_FindNextFileW@8 = FindNextFileW
_FindNextVolumeA@12 = FindNextVolumeA
_FindNextVolumeMountPointA@12 = FindNextVolumeMountPointA
_FindNextVolumeMountPointW@12 = FindNextVolumeMountPointW
_FindNextVolumeW@12 = FindNextVolumeW
_FindResourceA@12 = FindResourceA
_FindResourceExA@16 = FindResourceExA
_FindResourceExW@16 = FindResourceExW
_FindResourceW@12 = FindResourceW
_FindVolumeClose@4 = FindVolumeClose
_FindVolumeMountPointClose@4 = FindVolumeMountPointClose
_FlushConsoleInputBuffer@4 = FlushConsoleInputBuffer
_FlushFileBuffers@4 = FlushFileBuffers
_FlushInstructionCache@12 = FlushInstructionCache
_FlushViewOfFile@8 = FlushViewOfFile
_FoldStringA@20 = FoldStringA
_FoldStringW@20 = FoldStringW
_FormatMessageA@28 = FormatMessageA
_FormatMessageW@28 = FormatMessageW
_FreeConsole@0 = FreeConsole
_FreeEnvironmentStringsA@4 = FreeEnvironmentStringsA
_FreeEnvironmentStringsW@4 = FreeEnvironmentStringsW
_FreeLibrary@4 = FreeLibrary
_FreeLibraryAndExitThread@8 = FreeLibraryAndExitThread
_FreeResource@4 = FreeResource
_FreeUserPhysicalPages@12 = FreeUserPhysicalPages
_GenerateConsoleCtrlEvent@8 = GenerateConsoleCtrlEvent
_GetACP@0 = GetACP
_GetAtomNameA@12 = GetAtomNameA
_GetAtomNameW@12 = GetAtomNameW
_GetBinaryType@8 = GetBinaryType
_GetBinaryTypeA@8 = GetBinaryTypeA
_GetBinaryTypeW@8 = GetBinaryTypeW
_GetCPInfo@8 = GetCPInfo
_GetCPInfoExA@12 = GetCPInfoExA
_GetCPInfoExW@12 = GetCPInfoExW
_GetCalendarInfoA@24 = GetCalendarInfoA
_GetCalendarInfoW@24 = GetCalendarInfoW
_GetCommConfig@12 = GetCommConfig
_GetCommMask@8 = GetCommMask
_GetCommModemStatus@8 = GetCommModemStatus
_GetCommProperties@8 = GetCommProperties
_GetCommState@8 = GetCommState
_GetCommTimeouts@8 = GetCommTimeouts
_GetCommandLineA@0 = GetCommandLineA
_GetCommandLineW@0 = GetCommandLineW
_GetCompressedFileSizeA@8 = GetCompressedFileSizeA
_GetCompressedFileSizeW@8 = GetCompressedFileSizeW
_GetComputerNameA@8 = GetComputerNameA
_GetComputerNameExA@12 = GetComputerNameExA
_GetComputerNameExW@12 = GetComputerNameExW
_GetComputerNameW@8 = GetComputerNameW
_GetConsoleCP@0 = GetConsoleCP
_GetConsoleCursorInfo@8 = GetConsoleCursorInfo
_GetConsoleMode@8 = GetConsoleMode
_GetConsoleOutputCP@0 = GetConsoleOutputCP
_GetConsoleScreenBufferInfo@8 = GetConsoleScreenBufferInfo
_GetConsoleTitleA@8 = GetConsoleTitleA
_GetConsoleTitleW@8 = GetConsoleTitleW
_GetCurrencyFormatA@24 = GetCurrencyFormatA
_GetCurrencyFormatW@24 = GetCurrencyFormatW
_GetCurrentDirectoryA@8 = GetCurrentDirectoryA
_GetCurrentDirectoryW@8 = GetCurrentDirectoryW
_GetCurrentProcess@0 = GetCurrentProcess
_GetCurrentProcessId@0 = GetCurrentProcessId
_GetCurrentThread@0 = GetCurrentThread
_GetCurrentThreadId@0 = GetCurrentThreadId
_GetDateFormatA@24 = GetDateFormatA
_GetDateFormatW@24 = GetDateFormatW
_GetDefaultCommConfigA@12 = GetDefaultCommConfigA
_GetDefaultCommConfigW@12 = GetDefaultCommConfigW
_GetDevicePowerState@8 = GetDevicePowerState
_GetDiskFreeSpaceA@20 = GetDiskFreeSpaceA
_GetDiskFreeSpaceExA@16 = GetDiskFreeSpaceExA
_GetDiskFreeSpaceExW@16 = GetDiskFreeSpaceExW
_GetDiskFreeSpaceW@20 = GetDiskFreeSpaceW
_GetDriveTypeA@4 = GetDriveTypeA
_GetDriveTypeW@4 = GetDriveTypeW
_GetEnvironmentStrings@0 = GetEnvironmentStrings
_GetEnvironmentStringsA@0 = GetEnvironmentStringsA
_GetEnvironmentStringsW@0 = GetEnvironmentStringsW
_GetEnvironmentVariableA@12 = GetEnvironmentVariableA
_GetEnvironmentVariableW@12 = GetEnvironmentVariableW
_GetExitCodeProcess@8 = GetExitCodeProcess
_GetExitCodeThread@8 = GetExitCodeThread
_GetFileAttributesA@4 = GetFileAttributesA
_GetFileAttributesExA@12 = GetFileAttributesExA
_GetFileAttributesExW@12 = GetFileAttributesExW
_GetFileAttributesW@4 = GetFileAttributesW
_GetFileInformationByHandle@8 = GetFileInformationByHandle
_GetFileSize@8 = GetFileSize
_GetFileSizeEx@8 = GetFileSizeEx
_GetFileTime@16 = GetFileTime
_GetFileType@4 = GetFileType
_GetFullPathNameA@16 = GetFullPathNameA
_GetFullPathNameW@16 = GetFullPathNameW
_GetHandleInformation@8 = GetHandleInformation
_GetLargestConsoleWindowSize@4 = GetLargestConsoleWindowSize
_GetLastError@0 = GetLastError
_GetLocalTime@4 = GetLocalTime
_GetLocaleInfoA@16 = GetLocaleInfoA
_GetLocaleInfoW@16 = GetLocaleInfoW
_GetLogicalDriveStringsA@8 = GetLogicalDriveStringsA
_GetLogicalDriveStringsW@8 = GetLogicalDriveStringsW
_GetLogicalDrives@0 = GetLogicalDrives
_GetLongPathNameA@12 = GetLongPathNameA
_GetLongPathNameW@12 = GetLongPathNameW
_GetMailslotInfo@20 = GetMailslotInfo
_GetModuleFileNameA@12 = GetModuleFileNameA
_GetModuleFileNameW@12 = GetModuleFileNameW
_GetModuleHandleA@4 = GetModuleHandleA
_GetModuleHandleW@4 = GetModuleHandleW
_GetNamedPipeHandleStateA@28 = GetNamedPipeHandleStateA
_GetNamedPipeHandleStateW@28 = GetNamedPipeHandleStateW
_GetNamedPipeInfo@20 = GetNamedPipeInfo
_GetNumberFormatA@24 = GetNumberFormatA
_GetNumberFormatW@24 = GetNumberFormatW
_GetNumberOfConsoleInputEvents@8 = GetNumberOfConsoleInputEvents
_GetNumberOfConsoleMouseButtons@4 = GetNumberOfConsoleMouseButtons
_GetOEMCP@0 = GetOEMCP
_GetOverlappedResult@16 = GetOverlappedResult
_GetPriorityClass@4 = GetPriorityClass
_GetPrivateProfileIntA@16 = GetPrivateProfileIntA
_GetPrivateProfileIntW@16 = GetPrivateProfileIntW
_GetPrivateProfileSectionA@16 = GetPrivateProfileSectionA
_GetPrivateProfileSectionNamesA@12 = GetPrivateProfileSectionNamesA
_GetPrivateProfileSectionNamesW@12 = GetPrivateProfileSectionNamesW
_GetPrivateProfileSectionW@16 = GetPrivateProfileSectionW
_GetPrivateProfileStringA@24 = GetPrivateProfileStringA
_GetPrivateProfileStringW@24 = GetPrivateProfileStringW
_GetPrivateProfileStructA@20 = GetPrivateProfileStructA
_GetPrivateProfileStructW@20 = GetPrivateProfileStructW
_GetProcAddress@8 = GetProcAddress
_GetProcessAffinityMask@12 = GetProcessAffinityMask
_GetProcessHeap@0 = GetProcessHeap
_GetProcessHeaps@8 = GetProcessHeaps
_GetProcessIoCounters@8 = GetProcessIoCounters
_GetProcessPriorityBoost@8 = GetProcessPriorityBoost
_GetProcessShutdownParameters@8 = GetProcessShutdownParameters
_GetProcessTimes@20 = GetProcessTimes
_GetProcessVersion@4 = GetProcessVersion
_GetProcessWorkingSetSize@12 = GetProcessWorkingSetSize
_GetProfileIntA@12 = GetProfileIntA
_GetProfileIntW@12 = GetProfileIntW
_GetProfileSectionA@12 = GetProfileSectionA
_GetProfileSectionW@12 = GetProfileSectionW
_GetProfileStringA@20 = GetProfileStringA
_GetProfileStringW@20 = GetProfileStringW
_GetQueuedCompletionStatus@20 = GetQueuedCompletionStatus
_GetShortPathNameA@12 = GetShortPathNameA
_GetShortPathNameW@12 = GetShortPathNameW
_GetStartupInfoA@4 = GetStartupInfoA
_GetStartupInfoW@4 = GetStartupInfoW
_GetStdHandle@4 = GetStdHandle
_GetStringTypeA@20 = GetStringTypeA
_GetStringTypeExA@20 = GetStringTypeExA
_GetStringTypeExW@20 = GetStringTypeExW
_GetStringTypeW@16 = GetStringTypeW
_GetSystemDefaultLCID@0 = GetSystemDefaultLCID
_GetSystemDefaultLangID@0 = GetSystemDefaultLangID
_GetSystemDefaultUILanguage@0 = GetSystemDefaultUILanguage
_GetSystemDirectoryA@8 = GetSystemDirectoryA
_GetSystemDirectoryW@8 = GetSystemDirectoryW
_GetSystemInfo@4 = GetSystemInfo
_GetSystemPowerStatus@4 = GetSystemPowerStatus
_GetSystemTime@4 = GetSystemTime
_GetSystemTimeAdjustment@12 = GetSystemTimeAdjustment
_GetSystemTimeAsFileTime@4 = GetSystemTimeAsFileTime
_GetSystemWindowsDirectoryA@8 = GetSystemWindowsDirectoryA
_GetSystemWindowsDirectoryW@8 = GetSystemWindowsDirectoryW
_GetTapeParameters@16 = GetTapeParameters
_GetTapePosition@20 = GetTapePosition
_GetTapeStatus@4 = GetTapeStatus
_GetTempFileNameA@16 = GetTempFileNameA
_GetTempFileNameW@16 = GetTempFileNameW
_GetTempPathA@8 = GetTempPathA
_GetTempPathW@8 = GetTempPathW
_GetThreadContext@8 = GetThreadContext
_GetThreadLocale@0 = GetThreadLocale
_GetThreadPriority@4 = GetThreadPriority
_GetThreadPriorityBoost@8 = GetThreadPriorityBoost
_GetThreadSelectorEntry@12 = GetThreadSelectorEntry
_GetThreadTimes@20 = GetThreadTimes
_GetTickCount@0 = GetTickCount
_GetTimeFormatA@24 = GetTimeFormatA
_GetTimeFormatW@24 = GetTimeFormatW
_GetTimeZoneInformation@4 = GetTimeZoneInformation
_GetUserDefaultLCID@0 = GetUserDefaultLCID
_GetUserDefaultLangID@0 = GetUserDefaultLangID
_GetUserDefaultUILanguage@0 = GetUserDefaultUILanguage
_GetVersion@0 = GetVersion
_GetVersionExA@4 = GetVersionExA
_GetVersionExW@4 = GetVersionExW
_GetVolumeInformationA@32 = GetVolumeInformationA
_GetVolumeInformationW@32 = GetVolumeInformationW
_GetVolumeNameForVolumeMountPointA@12 = GetVolumeNameForVolumeMountPointA
_GetVolumeNameForVolumeMountPointW@12 = GetVolumeNameForVolumeMountPointW
_GetVolumePathNameA@12 = GetVolumePathNameA
_GetVolumePathNameW@12 = GetVolumePathNameW
_GetWindowsDirectoryA@8 = GetWindowsDirectoryA
_GetWindowsDirectoryW@8 = GetWindowsDirectoryW
_GetWriteWatch@24 = GetWriteWatch
_GlobalAddAtomA@4 = GlobalAddAtomA
_GlobalAddAtomW@4 = GlobalAddAtomW
_GlobalAlloc@8 = GlobalAlloc
_GlobalCompact@4 = GlobalCompact
_GlobalDeleteAtom@4 = GlobalDeleteAtom
_GlobalFindAtomA@4 = GlobalFindAtomA
_GlobalFindAtomW@4 = GlobalFindAtomW
_GlobalFix@4 = GlobalFix
_GlobalFlags@4 = GlobalFlags
_GlobalFree@4 = GlobalFree
_GlobalGetAtomNameA@12 = GlobalGetAtomNameA
_GlobalGetAtomNameW@12 = GlobalGetAtomNameW
_GlobalHandle@4 = GlobalHandle
_GlobalLock@4 = GlobalLock
_GlobalMemoryStatus@4 = GlobalMemoryStatus
_GlobalMemoryStatusEx@4 = GlobalMemoryStatusEx
_GlobalReAlloc@12 = GlobalReAlloc
_GlobalSize@4 = GlobalSize
_GlobalUnWire@4 = GlobalUnWire
_GlobalUnfix@4 = GlobalUnfix
_GlobalUnlock@4 = GlobalUnlock
_GlobalWire@4 = GlobalWire
_Heap32First@12 = Heap32First
_Heap32ListFirst@8 = Heap32ListFirst
_Heap32ListNext@8 = Heap32ListNext
_Heap32Next@4 = Heap32Next
_HeapAlloc@12 = HeapAlloc
_HeapCompact@8 = HeapCompact
_HeapCreate@12 = HeapCreate
_HeapDestroy@4 = HeapDestroy
_HeapFree@12 = HeapFree
_HeapLock@4 = HeapLock
_HeapReAlloc@16 = HeapReAlloc
_HeapSize@12 = HeapSize
_HeapUnlock@4 = HeapUnlock
_HeapValidate@12 = HeapValidate
_HeapWalk@8 = HeapWalk
_InitAtomTable@4 = InitAtomTable
_InitializeCriticalSection@4 = InitializeCriticalSection
_InitializeCriticalSectionAndSpinCount@8 = InitializeCriticalSectionAndSpinCount
_InterlockedCompareExchange@12 = InterlockedCompareExchange
_InterlockedDecrement@4 = InterlockedDecrement
_InterlockedExchange@8 = InterlockedExchange
_InterlockedExchangeAdd@8 = InterlockedExchangeAdd
_InterlockedIncrement@4 = InterlockedIncrement
_IsBadCodePtr@4 = IsBadCodePtr
_IsBadHugeReadPtr@8 = IsBadHugeReadPtr
_IsBadHugeWritePtr@8 = IsBadHugeWritePtr
_IsBadReadPtr@8 = IsBadReadPtr
_IsBadStringPtrA@8 = IsBadStringPtrA
_IsBadStringPtrW@8 = IsBadStringPtrW
_IsBadWritePtr@8 = IsBadWritePtr
_IsDBCSLeadByte@4 = IsDBCSLeadByte
_IsDBCSLeadByteEx@8 = IsDBCSLeadByteEx
_IsDebuggerPresent@0 = IsDebuggerPresent
_IsProcessorFeaturePresent@4 = IsProcessorFeaturePresent
_IsSystemResumeAutomatic@0 = IsSystemResumeAutomatic
_IsValidCodePage@4 = IsValidCodePage
_IsValidLanguageGroup@8 = IsValidLanguageGroup
_IsValidLocale@8 = IsValidLocale
_LCMapStringA@24 = LCMapStringA
_LCMapStringW@24 = LCMapStringW
_LeaveCriticalSection@4 = LeaveCriticalSection
_LoadLibraryA@4 = LoadLibraryA
_LoadLibraryExA@12 = LoadLibraryExA
_LoadLibraryExW@12 = LoadLibraryExW
_LoadLibraryW@4 = LoadLibraryW
_LoadModule@8 = LoadModule
_LoadResource@8 = LoadResource
_LocalAlloc@8 = LocalAlloc
_LocalCompact@4 = LocalCompact
_LocalFileTimeToFileTime@8 = LocalFileTimeToFileTime
_LocalFlags@4 = LocalFlags
_LocalFree@4 = LocalFree
_LocalHandle@4 = LocalHandle
_LocalLock@4 = LocalLock
_LocalReAlloc@12 = LocalReAlloc
_LocalShrink@8 = LocalShrink
_LocalSize@4 = LocalSize
_LocalUnlock@4 = LocalUnlock
_LockFile@20 = LockFile
_LockFileEx@24 = LockFileEx
_LockResource@4 = LockResource
_MapUserPhysicalPages@12 = MapUserPhysicalPages
_MapUserPhysicalPagesScatter@12 = MapUserPhysicalPagesScatter
_MapViewOfFile@20 = MapViewOfFile
_MapViewOfFileEx@24 = MapViewOfFileEx
_Module32First@8 = Module32First
_Module32FirstW@8 = Module32FirstW
_Module32Next@8 = Module32Next
_Module32NextW@8 = Module32NextW
_MoveFileA@8 = MoveFileA
_MoveFileExA@12 = MoveFileExA
_MoveFileExW@12 = MoveFileExW
_MoveFileW@8 = MoveFileW
_MoveFileWithProgressA@20 = MoveFileWithProgressA
_MoveFileWithProgressW@20 = MoveFileWithProgressW
_MulDiv@12 = MulDiv
_MultiByteToWideChar@24 = MultiByteToWideChar
_OpenEventA@12 = OpenEventA
_OpenEventW@12 = OpenEventW
_OpenFile@12 = OpenFile
_OpenFileMappingA@12 = OpenFileMappingA
_OpenFileMappingW@12 = OpenFileMappingW
_OpenJobObjectA@12 = OpenJobObjectA
_OpenJobObjectW@12 = OpenJobObjectW
_OpenMutexA@12 = OpenMutexA
_OpenMutexW@12 = OpenMutexW
_OpenProcess@12 = OpenProcess
_OpenSemaphoreA@12 = OpenSemaphoreA
_OpenSemaphoreW@12 = OpenSemaphoreW
_OpenThread@12 = OpenThread
_OpenWaitableTimerA@12 = OpenWaitableTimerA
_OpenWaitableTimerW@12 = OpenWaitableTimerW
_OutputDebugStringA@4 = OutputDebugStringA
_OutputDebugStringW@4 = OutputDebugStringW
_PeekConsoleInputA@16 = PeekConsoleInputA
_PeekConsoleInputW@16 = PeekConsoleInputW
_PeekNamedPipe@24 = PeekNamedPipe
_PostQueuedCompletionStatus@16 = PostQueuedCompletionStatus
_PrepareTape@12 = PrepareTape
_Process32First@8 = Process32First
_Process32FirstW@8 = Process32FirstW
_Process32Next@8 = Process32Next
_Process32NextW@8 = Process32NextW
_ProcessIdToSessionId@8 = ProcessIdToSessionId
_PulseEvent@4 = PulseEvent
_PurgeComm@8 = PurgeComm
_QueryDosDeviceA@12 = QueryDosDeviceA
_QueryDosDeviceW@12 = QueryDosDeviceW
_QueryInformationJobObject@20 = QueryInformationJobObject
_QueryPerformanceCounter@4 = QueryPerformanceCounter
_QueryPerformanceFrequency@4 = QueryPerformanceFrequency
_QueueUserAPC@12 = QueueUserAPC
_QueueUserWorkItem@12 = QueueUserWorkItem
_RaiseException@16 = RaiseException
_ReadConsoleA@20 = ReadConsoleA
_ReadConsoleInputA@16 = ReadConsoleInputA
_ReadConsoleInputW@16 = ReadConsoleInputW
_ReadConsoleOutputA@20 = ReadConsoleOutputA
_ReadConsoleOutputAttribute@20 = ReadConsoleOutputAttribute
_ReadConsoleOutputCharacterA@20 = ReadConsoleOutputCharacterA
_ReadConsoleOutputCharacterW@20 = ReadConsoleOutputCharacterW
_ReadConsoleOutputW@20 = ReadConsoleOutputW
_ReadConsoleW@20 = ReadConsoleW
_ReadDirectoryChangesW@32 = ReadDirectoryChangesW
_ReadFile@20 = ReadFile
_ReadFileEx@20 = ReadFileEx
_ReadFileScatter@20 = ReadFileScatter
_ReadProcessMemory@20 = ReadProcessMemory
_RegisterWaitForSingleObject@24 = RegisterWaitForSingleObject
_RegisterWaitForSingleObjectEx@20 = RegisterWaitForSingleObjectEx
_ReleaseMutex@4 = ReleaseMutex
_ReleaseSemaphore@12 = ReleaseSemaphore
_RemoveDirectoryA@4 = RemoveDirectoryA
_RemoveDirectoryW@4 = RemoveDirectoryW
_ReplaceFile@24 = ReplaceFile
_ReplaceFileA@24 = ReplaceFileA
_ReplaceFileW@24 = ReplaceFileW
_RequestDeviceWakeup@4 = RequestDeviceWakeup
_RequestWakeupLatency@4 = RequestWakeupLatency
_ResetEvent@4 = ResetEvent
_ResetWriteWatch@8 = ResetWriteWatch
_ResumeThread@4 = ResumeThread
_RtlFillMemory@12 = RtlFillMemory
_RtlMoveMemory@12 = RtlMoveMemory
_RtlUnwind@16 = RtlUnwind
_RtlZeroMemory@8 = RtlZeroMemory
_ScrollConsoleScreenBufferA@20 = ScrollConsoleScreenBufferA
_ScrollConsoleScreenBufferW@20 = ScrollConsoleScreenBufferW
_SearchPathA@24 = SearchPathA
_SearchPathW@24 = SearchPathW
_SetCalendarInfoA@16 = SetCalendarInfoA
_SetCalendarInfoW@16 = SetCalendarInfoW
_SetCommBreak@4 = SetCommBreak
_SetCommConfig@12 = SetCommConfig
_SetCommMask@8 = SetCommMask
_SetCommState@8 = SetCommState
_SetCommTimeouts@8 = SetCommTimeouts
_SetComputerNameA@4 = SetComputerNameA
_SetComputerNameExA@8 = SetComputerNameExA
_SetComputerNameExW@8 = SetComputerNameExW
_SetComputerNameW@4 = SetComputerNameW
_SetConsoleActiveScreenBuffer@4 = SetConsoleActiveScreenBuffer
_SetConsoleCP@4 = SetConsoleCP
_SetConsoleCtrlHandler@8 = SetConsoleCtrlHandler
_SetConsoleCursor@8 = SetConsoleCursor
_SetConsoleCursorInfo@8 = SetConsoleCursorInfo
_SetConsoleCursorPosition@8 = SetConsoleCursorPosition
_SetConsoleMode@8 = SetConsoleMode
_SetConsoleOutputCP@4 = SetConsoleOutputCP
_SetConsoleScreenBufferSize@8 = SetConsoleScreenBufferSize
_SetConsoleTextAttribute@8 = SetConsoleTextAttribute
_SetConsoleTitleA@4 = SetConsoleTitleA
_SetConsoleTitleW@4 = SetConsoleTitleW
_SetConsoleWindowInfo@12 = SetConsoleWindowInfo
_SetCriticalSectionSpinCount@8 = SetCriticalSectionSpinCount
_SetCurrentDirectoryA@4 = SetCurrentDirectoryA
_SetCurrentDirectoryW@4 = SetCurrentDirectoryW
_SetDefaultCommConfigA@12 = SetDefaultCommConfigA
_SetDefaultCommConfigW@12 = SetDefaultCommConfigW
_SetEndOfFile@4 = SetEndOfFile
_SetEnvironmentVariableA@8 = SetEnvironmentVariableA
_SetEnvironmentVariableW@8 = SetEnvironmentVariableW
_SetErrorMode@4 = SetErrorMode
_SetEvent@4 = SetEvent
_SetFileApisToANSI@0 = SetFileApisToANSI
_SetFileApisToOEM@0 = SetFileApisToOEM
_SetFileAttributesA@8 = SetFileAttributesA
_SetFileAttributesW@8 = SetFileAttributesW
_SetFilePointer@16 = SetFilePointer
_SetFilePointerEx@20 = SetFilePointerEx
_SetFileTime@16 = SetFileTime
_SetHandleCount@4 = SetHandleCount
_SetHandleInformation@12 = SetHandleInformation
_SetInformationJobObject@16 = SetInformationJobObject
_SetLastError@4 = SetLastError
_SetLocalTime@4 = SetLocalTime
_SetLocaleInfoA@12 = SetLocaleInfoA
_SetLocaleInfoW@12 = SetLocaleInfoW
_SetMailslotInfo@8 = SetMailslotInfo
_SetMessageWaitingIndicator@8 = SetMessageWaitingIndicator
_SetNamedPipeHandleState@16 = SetNamedPipeHandleState
_SetPriorityClass@8 = SetPriorityClass
_SetProcessAffinityMask@8 = SetProcessAffinityMask
_SetProcessPriorityBoost@8 = SetProcessPriorityBoost
_SetProcessShutdownParameters@8 = SetProcessShutdownParameters
_SetProcessWorkingSetSize@12 = SetProcessWorkingSetSize
_SetStdHandle@8 = SetStdHandle
_SetSystemPowerState@8 = SetSystemPowerState
_SetSystemTime@4 = SetSystemTime
_SetSystemTimeAdjustment@8 = SetSystemTimeAdjustment
_SetTapeParameters@12 = SetTapeParameters
_SetTapePosition@24 = SetTapePosition
_SetThreadAffinityMask@8 = SetThreadAffinityMask
_SetThreadContext@8 = SetThreadContext
_SetThreadExecutionState@4 = SetThreadExecutionState
_SetThreadIdealProcessor@8 = SetThreadIdealProcessor
_SetThreadLocale@4 = SetThreadLocale
_SetThreadPriority@8 = SetThreadPriority
_SetThreadPriorityBoost@8 = SetThreadPriorityBoost
_SetTimeZoneInformation@4 = SetTimeZoneInformation
_SetTimerQueueTimer@24 = SetTimerQueueTimer
_SetUnhandledExceptionFilter@4 = SetUnhandledExceptionFilter
_SetVolumeLabelA@8 = SetVolumeLabelA
_SetVolumeLabelW@8 = SetVolumeLabelW
_SetVolumeMountPointA@8 = SetVolumeMountPointA
_SetVolumeMountPointW@8 = SetVolumeMountPointW
_SetWaitableTimer@24 = SetWaitableTimer
_SetupComm@12 = SetupComm
_SignalObjectAndWait@16 = SignalObjectAndWait
_SizeofResource@8 = SizeofResource
_Sleep@4 = Sleep
_SleepEx@8 = SleepEx
_SuspendThread@4 = SuspendThread
_SwitchToFiber@4 = SwitchToFiber
_SwitchToThread@0 = SwitchToThread
_SystemTimeToFileTime@8 = SystemTimeToFileTime
_SystemTimeToTzSpecificLocalTime@12 = SystemTimeToTzSpecificLocalTime
_TerminateJobObject@8 = TerminateJobObject
_TerminateProcess@8 = TerminateProcess
_TerminateThread@8 = TerminateThread
_Thread32First@8 = Thread32First
_Thread32Next@8 = Thread32Next
_TlsAlloc@0 = TlsAlloc
_TlsFree@4 = TlsFree
_TlsGetValue@4 = TlsGetValue
_TlsSetValue@8 = TlsSetValue
_Toolhelp32ReadProcessMemory@20 = Toolhelp32ReadProcessMemory
_TransactNamedPipe@28 = TransactNamedPipe
_TransmitCommChar@8 = TransmitCommChar
_TryEnterCriticalSection@4 = TryEnterCriticalSection
_UnhandledExceptionFilter@4 = UnhandledExceptionFilter
_UnlockFile@20 = UnlockFile
_UnlockFileEx@20 = UnlockFileEx
_UnmapViewOfFile@4 = UnmapViewOfFile
_UnregisterWait@4 = UnregisterWait
_UnregisterWaitEx@8 = UnregisterWaitEx
_UpdateResourceA@24 = UpdateResourceA
_UpdateResourceW@24 = UpdateResourceW
_VerLanguageNameA@12 = VerLanguageNameA
_VerLanguageNameW@12 = VerLanguageNameW
_VerSetConditionMask@16 = VerSetConditionMask
_VerifyVersionInfoA@16 = VerifyVersionInfoA
_VerifyVersionInfoW@16 = VerifyVersionInfoW
_VirtualAlloc@16 = VirtualAlloc
_VirtualAllocEx@20 = VirtualAllocEx
_VirtualFree@12 = VirtualFree
_VirtualFreeEx@16 = VirtualFreeEx
_VirtualLock@8 = VirtualLock
_VirtualProtect@16 = VirtualProtect
_VirtualProtectEx@20 = VirtualProtectEx
_VirtualQuery@12 = VirtualQuery
_VirtualQueryEx@16 = VirtualQueryEx
_VirtualUnlock@8 = VirtualUnlock
_WaitCommEvent@12 = WaitCommEvent
_WaitForDebugEvent@8 = WaitForDebugEvent
_WaitForMultipleObjects@16 = WaitForMultipleObjects
_WaitForMultipleObjectsEx@20 = WaitForMultipleObjectsEx
_WaitForSingleObject@8 = WaitForSingleObject
_WaitForSingleObjectEx@12 = WaitForSingleObjectEx
_WaitNamedPipeA@8 = WaitNamedPipeA
_WaitNamedPipeW@8 = WaitNamedPipeW
_WideCharToMultiByte@32 = WideCharToMultiByte
_WinExec@8 = WinExec
_WriteConsoleA@20 = WriteConsoleA
_WriteConsoleInputA@16 = WriteConsoleInputA
_WriteConsoleInputW@16 = WriteConsoleInputW
_WriteConsoleOutputA@20 = WriteConsoleOutputA
_WriteConsoleOutputAttribute@20 = WriteConsoleOutputAttribute
_WriteConsoleOutputCharacterA@20 = WriteConsoleOutputCharacterA
_WriteConsoleOutputCharacterW@20 = WriteConsoleOutputCharacterW
_WriteConsoleOutputW@20 = WriteConsoleOutputW
_WriteConsoleW@20 = WriteConsoleW
_WriteFile@20 = WriteFile
_WriteFileEx@20 = WriteFileEx
_WriteFileGather@20 = WriteFileGather
_WritePrivateProfileSectionA@12 = WritePrivateProfileSectionA
_WritePrivateProfileSectionW@12 = WritePrivateProfileSectionW
_WritePrivateProfileStringA@16 = WritePrivateProfileStringA
_WritePrivateProfileStringW@16 = WritePrivateProfileStringW
_WritePrivateProfileStructA@20 = WritePrivateProfileStructA
_WritePrivateProfileStructW@20 = WritePrivateProfileStructW
_WriteProcessMemory@20 = WriteProcessMemory
_WriteProfileSectionA@8 = WriteProfileSectionA
_WriteProfileSectionW@8 = WriteProfileSectionW
_WriteProfileStringA@12 = WriteProfileStringA
_WriteProfileStringW@12 = WriteProfileStringW
_WriteTapemark@16 = WriteTapemark
_lstrcat@8 = lstrcat
_lstrcatA@8 = lstrcatA
_lstrcatW@8 = lstrcatW
_lstrcmp@8 = lstrcmp
_lstrcmpA@8 = lstrcmpA
_lstrcmpW@8 = lstrcmpW
_lstrcmpi@8 = lstrcmpi
_lstrcmpiA@8 = lstrcmpiA
_lstrcmpiW@8 = lstrcmpiW
_lstrcpy@8 = lstrcpy
_lstrcpyA@8 = lstrcpyA
_lstrcpyW@8 = lstrcpyW
_lstrcpyn@12 = lstrcpyn
_lstrcpynA@12 = lstrcpynA
_lstrcpynW@12 = lstrcpynW
_lstrlen@4 = lstrlen
_lstrlenA@4 = lstrlenA
_lstrlenW@4 = lstrlenW