kernel32.def 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. LIBRARY Kernel32
  2. EXPORTS
  3. VirtualAlloc
  4. VirtualFree
  5. GetProcessHeap
  6. HeapAlloc
  7. HeapFree
  8. HeapReAlloc
  9. GetModuleHandleW
  10. GetModuleHandleA
  11. ExitProcess
  12. AttachConsole
  13. CloseHandle
  14. CompareStringA
  15. CreateDirectoryW
  16. CreateFileW
  17. CreateSemaphoreW
  18. DeleteCriticalSection
  19. EnterCriticalSection
  20. FormatMessageW
  21. FreeLibrary
  22. GetCurrentProcess
  23. GetCurrentProcessId
  24. GetCurrentThread
  25. GetCurrentThreadId
  26. GetEnvironmentVariableA
  27. GetFileSizeEx
  28. GetLastError
  29. GetModuleFileNameW
  30. GetProcAddress
  31. GetStdHandle
  32. GetSystemInfo
  33. GetSystemPowerStatus
  34. GetSystemTimeAsFileTime
  35. GetTickCount
  36. GetVersionExA
  37. GlobalAlloc
  38. GlobalLock
  39. GlobalMemoryStatusEx
  40. GlobalUnlock
  41. InitializeCriticalSection
  42. InitializeCriticalSectionAndSpinCount
  43. LeaveCriticalSection
  44. LoadLibraryA
  45. LoadLibraryW
  46. MulDiv
  47. OutputDebugStringW
  48. QueryPerformanceCounter
  49. QueryPerformanceFrequency
  50. ReadFile
  51. ReleaseSemaphore
  52. RtlAddFunctionTable
  53. RtlCaptureContext
  54. RtlLookupFunctionEntry
  55. RtlVirtualUnwind
  56. SetEnvironmentVariableA
  57. SetErrorMode
  58. SetFilePointer
  59. SetFilePointerEx
  60. SetThreadPriority
  61. SetUnhandledExceptionFilter
  62. Sleep
  63. TerminateProcess
  64. TlsAlloc
  65. TlsGetValue
  66. TlsSetValue
  67. TryEnterCriticalSection
  68. UnhandledExceptionFilter
  69. VirtualProtect
  70. VirtualQuery
  71. WaitForSingleObject
  72. WideCharToMultiByte
  73. WriteConsoleW
  74. WriteFile
  75. lstrcatW
  76. lstrlenW