From d5594d193fd37875694615cbf7dc2d791c2c5768 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Mon, 4 Jul 2016 22:30:40 +0000 Subject: [PATCH] [NTOS]: Add a human-readable description for ObInitProcess as well. svn path=/trunk/; revision=71817 --- reactos/ntoskrnl/ob/obhandle.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/reactos/ntoskrnl/ob/obhandle.c b/reactos/ntoskrnl/ob/obhandle.c index f53ba783dc7..58e7ba3cd71 100644 --- a/reactos/ntoskrnl/ob/obhandle.c +++ b/reactos/ntoskrnl/ob/obhandle.c @@ -2066,15 +2066,17 @@ ObClearProcessHandleTable(IN PEPROCESS Process) /*++ * @name ObInitProcess * -* The ObInitProcess routine +* 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 -* . +* A parent process (optional). * * @param Process -* . +* The process to initialize. * -* @return . +* @return Success or failure. * * @remarks None. *