1
我需要運行該代碼:導入系統功能(窗口 - ntsystem.dll)爲內聯彙編使用
asm
push eax
mov eax, esp
push 0
push 4
...
call NtQueryInformationThread
...
end;
但我得到的錯誤消息NtQueryInformationThread是 「未說明的標識符NtQueryInformationThread「 」。
你能幫我申報嗎? 在此先感謝。
看看到['JclWin32.pas '](http://jcl.svn.sourceforge.net/viewvc/jcl/trunk/jcl/source/windows/JclWin32.pas?revision=3776&view=markup)。你會找到答案。 – TLama 2012-04-13 09:07:44