Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 1.34 KB

ole-automation-classes.md

File metadata and controls

30 lines (26 loc) · 1.34 KB
title ms.custom ms.date ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic f1_keywords dev_langs helpviewer_keywords ms.assetid caps.latest.revision author ms.author manager
OLE Automation Classes | Microsoft Docs
11/04/2016
cpp-windows
article
vc.classes.ole
C++
Automation, classes
Automation classes [MFC], OLE classes
OLE Automation [MFC], classes
Automation classes [MFC]
OLE Automation [MFC]
96e5372b-ff8a-4da1-933b-4d9bbf4dceb3
9
mikeblome
mblome
ghogen

OLE Automation Classes

These classes support automation clients (applications that control other applications). Automation servers (applications that can be controlled by other applications) are supported through dispatch maps.

COleDispatchDriver
Used to call automation servers from your automation client. When adding a class, this class is used to create type-safe classes for automation servers that provide a type library.

COleDispatchException
An exception resulting from an error during OLE automation. Automation exceptions are thrown by automation servers and caught by automation clients.

See Also

Class Overview