The information in this article applies to:
SUMMARYThe objects inherited by a process started by a call to CreateProcess() are those objects that you can get a handle to and on which you can use the CloseHandle() function. These objects include the following: ProcessesHowever, the new process will only inherit objects that were marked inheritable by the old process. These are duplicate handles. Each process maintains memory for its own handle table. If one of the processes modifies its handle (for example, closes it or changes the mode for the console handle), other processes will not be affected. Processes will also inherit environment variables, the current directory, and priority class. Additional query words: 3.50
Keywords : kbKernBase kbNTOS350 kbNTOS351 kbNTOS400 kbWinOS2000 kbThread kbWinOS95 kbDSupport kbGrpKernBase |
Last Reviewed: January 11, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |