DOC: ThreadingModel Is Not a SubkeyLast reviewed: July 2, 1997Article ID: Q150199 |
The information in this article applies to:
SUMMARYIn the article "Processes and Threads" from the OLE Programmer's Reference, paragraph 12 gives the following incorrect information:
For thread-aware DLL-based or in-process objects, you need to set the threading model in the registry. The default model when you do not specify a threading model is single-thread-per-process. To specify a model, you add the ThreadingModel subkey to the InprocServer32 key in the registration database.ThreadingModel is not a subkey; it is a named value. This documentation error was fixed in the "Processes and Threads" article of the Visual C++ 4.2 CD online OLE Programmer’s reference. The text has been modified as follows:
For thread-aware DLL-based or in-process objects, you need to set the threading model in the registry. The default model when you do not specify a threading model is single-thread-per-process. To specify a model, you add the ThreadingModel named-value to the InprocServer32 key in the registration database. MORE INFORMATIONTo set the threading model, perform these steps:
|
Additional query words: thread apartment
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |