Undocumented functions of NTDLL

2OOO, 13 November


NtSetInformationProcess
NtSetInformationProcess

NTSYSAPI 
NTSTATUS
NTAPI

NtSetInformationProcess(
IN HANDLE ProcessHandle, IN PROCESS_INFORMATION_CLASS ProcessInformationClass, IN PVOID ProcessInformation, IN ULONG ProcessInformationLength );


ProcessHandle
Handle to process opened with PROCESS_SET_INFORMATION access.
ProcessInformationClass
See PROCESS_INFORMATION_CLASS for more information.


Documented by:
Reactos
Sven B. Schreiber
Tomasz Nowak



Requirements:
Library: ntdll.lib


See also:
NtCreateProcess
NtOpenProcess
NtQueryInformationProcess
PROCESS_INFORMATION_CLASS