mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[NTOS:OB] Enhancements to NtSetInformationObject() (#9170)
- Simplify the `ObjectHandleFlagInformation` class implementation, by directly invoking the `ObSetHandleAttributes()` routine. Addendum to commit02d0bb9dbd(r22228) that implemented the class, and to commit91105c7915(r61037) that implemented `ObSetHandleAttributes()`. - Use SAL2 annotations; write Doxygen documentation (based on GPT-5.4 feedback and https://ntdoc.m417z.com/ntsetinformationobject).
This commit is contained in:
@@ -323,7 +323,7 @@ NTAPI
|
||||
NtSetInformationObject(
|
||||
_In_ HANDLE ObjectHandle,
|
||||
_In_ OBJECT_INFORMATION_CLASS ObjectInformationClass,
|
||||
_In_ PVOID ObjectInformation,
|
||||
_In_reads_bytes_(Length) PVOID ObjectInformation,
|
||||
_In_ ULONG Length
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user