Skip to content

Latest commit

 

History

History
75 lines (61 loc) · 2.77 KB

File metadata and controls

75 lines (61 loc) · 2.77 KB
title Remote Automation | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-windows
ms.tgt_pltfrm
ms.topic article
dev_langs
C++
helpviewer_keywords
MFC COM, Remote Automation
Automation objects
DCOM, Remote Automation
Automation objects, creating
Remote Automation
MFC, COM support
Automation controller
COM, Remote Automation
ms.assetid 363f87fb-08fa-4458-b089-b46365a6d4f2
caps.latest.revision 10
author mikeblome
ms.author mblome
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

Remote Automation

Note

It is recommended that Visual C++ .NET developers use DCOM rather than Remote Automation for new applications. Visual C++ .NET does not support Windows 95. Cases in which you would need to support Remote Automation are described in Where Does Remote Automation Fit In.

Remote Automation is a type of Automation that allows an interface consumer to execute an interface provider that resides on another machine, for example, on a network.

This article explains how to create Automation objects that can be invoked and executed remotely, and how to create Automation controllers that can use these Remote Automation objects. It also examines configuration options and points out the major differences between Remote Automation and DCOM (the distributed version of COM and OLE that allows interfaces other than those related to automation to be invoked and executed remotely).

In This Section

History of DCOM (Distributed Component Object Model)

Where Does Remote Automation Fit In

What Does Remote Automation Provide

Remote Automation Security

Threading Models

Installation

The Automation Manager

Creating Programs That Use Remote Automation

Running Remote Automation Using AUTOCLIK and AUTODRIV

See Also

MFC COM
Automation