1LIBRARY api-ms-win-core-processthreads-l1-1-2 2 3EXPORTS 4 5CreateThread 6ExitThread 7FlushProcessWriteBuffers 8GetCurrentProcess 9GetCurrentProcessId 10GetCurrentThread 11GetCurrentThreadId 12GetExitCodeThread 13GetThreadContext 14GetThreadId 15GetThreadPriority 16IsProcessorFeaturePresent 17OpenProcess 18QueueUserAPC 19ResumeThread 20SetThreadIdealProcessorEx 21SetThreadPriority 22SuspendThread 23SwitchToThread 24TerminateProcess 25