Author: hbelusca Date: Mon Jul 4 22:30:40 2016 New Revision: 71817
URL: http://svn.reactos.org/svn/reactos?rev=71817&view=rev Log: [NTOS]: Add a human-readable description for ObInitProcess as well.
Modified: trunk/reactos/ntoskrnl/ob/obhandle.c
Modified: trunk/reactos/ntoskrnl/ob/obhandle.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/ob/obhandle.c?rev=... ============================================================================== --- trunk/reactos/ntoskrnl/ob/obhandle.c [iso-8859-1] (original) +++ trunk/reactos/ntoskrnl/ob/obhandle.c [iso-8859-1] Mon Jul 4 22:30:40 2016 @@ -2066,15 +2066,17 @@ /*++ * @name ObInitProcess * -* The ObInitProcess routine <FILLMEIN> +* The ObInitProcess routine initializes the handle table for the process +* to be initialized, by either creating a new one or duplicating it from +* the parent process. * * @param Parent -* <FILLMEIN>. +* A parent process (optional). * * @param Process -* <FILLMEIN>. -* -* @return <FILLMEIN>. +* The process to initialize. +* +* @return Success or failure. * * @remarks None. *