kernel/eka/euser/us_ksvr.cpp
changeset 15 4122176ea935
parent 0 a41df078684a
child 31 56f325a607ea
--- a/kernel/eka/euser/us_ksvr.cpp	Mon Oct 19 15:55:17 2009 +0100
+++ b/kernel/eka/euser/us_ksvr.cpp	Mon Dec 21 16:14:42 2009 +0000
@@ -4909,7 +4909,10 @@
                  the thread function of the new process's main thread,
                  when it is first scheduled.
 @param aUidType  A UID type (a triplet of UIDs) which the executable must match. 
-@param aMinStackSize Minimum stack size of the new process.
+@param aMinStackSize Minimum stack size of the new process. If this is less than
+                 than the stack size set in the image header of the executable,
+                 the minimum stack size will be set to the image header stack
+                 size.
 @param aType     Defines the ownership of this process handle. If not specified, 
                  EOwnerProcess is the default.