[NTOS]: Add a human-readable description for ObInitProcess as well.

svn path=/trunk/; revision=71817
This commit is contained in:
Hermès Bélusca-Maïto
2016-07-04 22:30:40 +00:00
parent 83bcad15b2
commit d5594d193f
+6 -4
View File
@@ -2066,15 +2066,17 @@ ObClearProcessHandleTable(IN PEPROCESS Process)
/*++
* @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>.
* The process to initialize.
*
* @return <FILLMEIN>.
* @return Success or failure.
*
* @remarks None.
*