mirror of
https://github.com/SSCLI/sscli_20021101
synced 2026-06-08 12:28:57 +00:00
9fa3874800
Moved the original file to the archive subfolder.
30 lines
971 B
Plaintext
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
|