Files
yallie 9fa3874800 Added the contents of the archive.
Moved the original file to the archive subfolder.
2017-11-20 16:11:42 +03:00

30 lines
971 B
Plaintext

#
#
# 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 = CreateProcessA
Name = PROCESS_INFORMATION and HANDLE Inheritance
TYPE = DEFAULT
EXE1 = parentprocess
EXE2 = childprocess
Description
= Test the following features of CreateProcessA:
= - 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