kernel/eka/euser/us_ksvr.cpp
changeset 2 4122176ea935
parent 0 a41df078684a
child 4 56f325a607ea
equal deleted inserted replaced
0:a41df078684a 2:4122176ea935
  4907 				 look in \\sys\\bin on all drives.
  4907 				 look in \\sys\\bin on all drives.
  4908 @param aCommand  A descriptor containing data passed as an argument to
  4908 @param aCommand  A descriptor containing data passed as an argument to
  4909                  the thread function of the new process's main thread,
  4909                  the thread function of the new process's main thread,
  4910                  when it is first scheduled.
  4910                  when it is first scheduled.
  4911 @param aUidType  A UID type (a triplet of UIDs) which the executable must match. 
  4911 @param aUidType  A UID type (a triplet of UIDs) which the executable must match. 
  4912 @param aMinStackSize Minimum stack size of the new process.
  4912 @param aMinStackSize Minimum stack size of the new process. If this is less than
       
  4913                  than the stack size set in the image header of the executable,
       
  4914                  the minimum stack size will be set to the image header stack
       
  4915                  size.
  4913 @param aType     Defines the ownership of this process handle. If not specified, 
  4916 @param aType     Defines the ownership of this process handle. If not specified, 
  4914                  EOwnerProcess is the default.
  4917                  EOwnerProcess is the default.
  4915                  
  4918                  
  4916 @return KErrNone if successful, otherwise one of the other system-wide error
  4919 @return KErrNone if successful, otherwise one of the other system-wide error
  4917         codes.
  4920         codes.