2OOO, 19 December
NTSYSAPI NTSTATUS NTAPI
NtSetInformationThread(
IN HANDLE ThreadHandle, IN THREAD_INFORMATION_CLASS ThreadInformationClass, IN PVOID ThreadInformation, IN ULONG ThreadInformationLength );
Handle to Thread Object opened with THREAD_SET_INFORMATION access.
Information class to set to. See THREAD_INFORMATION_CLASS for detailed description of use.
Pointer to value to set.
Length of value to set.
See THREAD_INFORMATION_CLASS for more information.