mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[NTOS]: Add a human-readable description for ObInitProcess as well.
svn path=/trunk/; revision=71817
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user