Next Previous Up Top Contents Index

6.7.1 Framework classes and definition macro

<ole-server-framework>

Open abstract class

Summary

The class of local server applications.

Superclasses

<IUnknown>

Init-keywords

None.

Library

OLE-Server

Module

OLE-Server

Description

The class of local server applications. If you are writing a local compound document server application, it must be defined as a subclass of this class.

You must define your subclass of <ole-server-framework> using define COM-interface rather than define class. The syntax and semantics of define COM-interface are exactly the same as those for define class, but for implementation reasons it is not presently possible to use define class.


OLE, COM, ActiveX and DBMS Reference - 31 MAR 2000

Next Previous Up Top Contents Index