Remote Automation: Threading Models
| Overview | How Do I | Sample
Remote Automation supports both the single-threaded and the apartment-threaded models of COM. On 32-bit platforms (which is all that Visual C++ supports), the threading model should be set to "apartment". For more information on how and where to do this, see Remote Automation: Creating Programs That Use Remote Automation.