2OOO, 8 December
NTSYSAPI NTSTATUS NTAPI
NtSetInformationObject(
IN HANDLE ObjectHandle, IN OBJECT_INFORMATION_CLASS ObjectInformationClass, IN PVOID ObjectInformation, IN ULONG Length );
Open handle to any NT object.
See NtQueryObject for detailed description of possible information classes.
Buffor with data to set.
Length of ObjectInformation buffer, in bytes.
Currently only one class in allowed in set mode: ObjectDataInformation. See description of OBJECT_DATA_INFORMATION structure.