# # # Copyright (c) 2002 Microsoft Corporation. All rights reserved. # # The use and distribution terms for this software are contained in the file # named license.txt, which can be found in the root of this distribution. # By using this software in any fashion, you are agreeing to be bound by the # terms of this license. # # You must not remove this notice, or any other, from this software. # # Version = 1.0 Section = threading Function = CreateProcessW Name = PROCESS_INFORMATION and HANDLE Inheritance TYPE = DEFAULT EXE1 = parentprocess EXE2 = childprocess Description = Test the following features of CreateProcessW: = - Check to see if hProcess & hThread are set in = return PROCESS_INFORMATION structure = - Check to see if stdin, stdout, & stderr handles = are used when STARTF_USESTDHANDLES is specified = in STARUPINFO flags and bInheritHandles = TRUE = - Check to see that proper arguments are passed to = child process