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