Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.13 KB

ole-related-classes.md

File metadata and controls

26 lines (19 loc) · 1.13 KB
description title ms.date helpviewer_keywords ms.assetid
Learn more about: OLE-Related Classes
OLE-Related Classes
11/04/2016
ActiveX classes [MFC]
OLE classes [MFC]
OLE [MFC], classes
2135cf54-1d9d-4e0e-91b4-943b3440effa

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