mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 02:25:17 +00:00
29fc7bb33e
Currently there is no implementation support for object name information querying when someone queries information about an object with ObjectBasicInformation class case. Some device drivers may take use of such information. NameInfoSize is a size that is the sum of all name directories of an object, including path separators. TypeInfoSize is a size that is pointed by the size of a type object itself, therefore this size remains pretty much fixed depending on the kind of an object. For more information: https://www.geoffchappell.com/studies/windows/km/ntoskrnl/inc/api/ntobapi/object_basic_information.htm http://undocumented.ntinternals.net/index.html?page=UserMode%2FUndocumented%20Functions%2FNT%20Objects%2FType%20independed%2FNtQueryObject.html |
||
---|---|---|
.. | ||
devicemap.c | ||
obdir.c | ||
obhandle.c | ||
obinit.c | ||
oblife.c | ||
oblink.c | ||
obname.c | ||
obref.c | ||
obsdcach.c | ||
obsecure.c | ||
obwait.c |