| 220 | |
| 221 | _IRQL_requires_max_(PASSIVE_LEVEL) |
| 222 | NTSTATUS SetInformationThread(HANDLE hThread, THREADINFOCLASS ThreadInformationClass, IN PVOID ThreadInformation, ULONG ThreadInformationLength) |
| 223 | { |
| 224 | return ZwSetInformationThread(hThread, ThreadInformationClass, ThreadInformation, ThreadInformationLength); |
| 225 | } |
| 226 | } |
| 227 | |
| 228 | namespace Information |
nothing calls this directly
no outgoing calls
no test coverage detected