1 2 3 4 5 6
Function ZwQueryInformationThread(ThreadHandle: dword; ThreadInformationClass: dword; ThreadInformation: pointer; ThreadInformationLength: dword; ReturnLength: pdword):NTStatus; stdcall;external 'ntdll.dll';