Undocumented functions of NTDLL

2OOO, 19 December



NtSetInformationThread
NtSetInformationThread

NTSYSAPI 
NTSTATUS
NTAPI

NtSetInformationThread(

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.


Documented by:
Tomasz Nowak



Requirements:
Library: ntdll.lib


See also:
NtQueryInformationThread
THREAD_INFORMATION_CLASS