NtResumeThread

This commit is contained in:
Ben Vanik
2013-10-23 23:32:44 -07:00
parent ebef2aef36
commit 655a486db3
4 changed files with 79 additions and 0 deletions

View File

@@ -26,6 +26,8 @@ X_STATUS xeExCreateThread(
uint32_t xapi_thread_startup,
uint32_t start_address, uint32_t start_context, uint32_t creation_flags);
X_STATUS xeNtResumeThread(uint32_t handle, uint32_t* out_suspend_count);
uint32_t xeKeSetAffinityThread(void* thread_ptr, uint32_t affinity);
uint32_t xeKeGetCurrentProcessType();