Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1.39 KB

ole-related-classes.md

File metadata and controls

36 lines (30 loc) · 1.39 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-Related Classes | Microsoft Docs
11/04/2016
cpp-windows
article
vc.classes.ole
C++
ActiveX classes [MFC]
OLE classes [MFC]
OLE [MFC], classes
2135cf54-1d9d-4e0e-91b4-943b3440effa
9
mikeblome
mblome
ghogen

OLE-Related Classes

These classes provide a number of different services, ranging from exceptions to file input and output.

COleObjectFactory
Used to create items when requested from other containers. This class serves as the base class for more specific types of factories, including COleTemplateServer.

COleMessageFilter
Used to manage concurrency with OLE Lightweight Remote Procedure Calls (LRPC).

COleStreamFile
Uses the COM IStream interface to provide CFile access to compound files. This class (derived from CFile) enables MFC serialization to use OLE structured storage.

CRectTracker
Used to allow moving, resizing, and reorientation of in-place items.

See Also

Class Overview