The information in this article applies to:
SUMMARY
The term process is a multitasking concept used in Windows 95 and Windows
NT. A process represents a running instance of an application. It has
resources such as files, memory, and threads. A thread represents a single
path of execution of the process. In Windows 95 and Windows NT, an
application can spawn multiple threads by calling the Win32API function
CreateThread().
REFERENCES"Inside Windows 95," by Adrian King, published by Microsoft Press. Additional query words:
Keywords : kbnetwork kbVFp300 kbVFp500 |
Last Reviewed: August 12, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |