GetThreadContext 是一個WindowsAPI函數,功能是獲取線程的上下文。另外不能用GetThreadContext(GetCurrentThread(), &ct)這種直接獲取當前線程的上下文。
確定! 回上一頁