home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.ms-windows.programmer.win32
- Path: sparky!uunet!microsoft!hexnut!alistair
- From: alistair@microsoft.com (Alistair Banks)
- Subject: Re: multiple threads per window?
- Message-ID: <1992Sep10.031645.22147@microsoft.com>
- Date: 10 Sep 92 03:16:45 GMT
- Organization: Microsoft Corporation
- References: <5449@dove.nist.gov>
- Keywords: threads
- Lines: 9
-
- In article <5449@dove.nist.gov> bagwill@swe.ncsl.nist.gov (Bob &) writes:
- >With NT, you can have multiple threads per process and multiple windows
- >per process. Am I correct in assuming you can have at most one thread
- >issuing WIN32 calls per window?
-
- No, you're quite wrong
-
- Any thread in a process can make Win32 calls at any time to any window
- which that process has access to -- Alistair
-