Undocumented functions of NTDLL

2OOO, 24 December


NtSetSystemInformation
NtSetSystemInformation

NTSYSAPI 
NTSTATUS
NTAPI

NtSetSystemInformation(
IN SYSTEM_INFORMATION_CLASS SystemInformationClass, IN PVOID SystemInformation, IN ULONG SystemInformationLength );



NtSetSystemInformation is used to set some unaccessable KernelMode variables. See also NtQuerySystemInformation.



Requirements:
Library: ntdll.lib


See also:
NtQuerySystemInformation
SYSTEM_INFORMATION_CLASS