Author: ion Date: Thu May 25 00:29:02 2006 New Revision: 22018
URL: http://svn.reactos.ru/svn/reactos?rev=22018&view=rev Log: [AUDIT] namespc.c: The namespace functions are publically document and wrap around a ROS-internal ObFindObject function which is very different from the way NT handles parsing. The capture of attribute information was based off a public structure, and the function used does not seem to exist in NT (based on a google search). Object Manager Initialization is internal to ROS and performs generic/trivial intialization tasks, which seem to match the description present in Windows Internals as well as Windows NT File System Internals. Finally, Object Type creation is a ROS-internal function based off documentation found in Gl00my's object manager article as well as local debugging done with WinDBG which helped define the purpose of DefaultObject.
Modified: trunk/reactos/ntoskrnl/ob/namespc.c (props changed)
Propchange: trunk/reactos/ntoskrnl/ob/namespc.c ------------------------------------------------------------------------------ --- svn:needs-lock (original) +++ svn:needs-lock (removed) @@ -1,1 +1,0 @@ -*