Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.31 KB

dual-interfaces-and-atl.md

File metadata and controls

33 lines (23 loc) · 1.31 KB
description title ms.date helpviewer_keywords ms.assetid
Learn more about: Dual Interfaces and ATL
Dual Interfaces and ATL
11/04/2016
COM, and ATL
ATL, dual interfaces
dual interfaces, about dual interfaces
5a390e89-d2c4-41f0-8538-cab2c5e5d4c8

Dual Interfaces and ATL

A dual interface allows its methods to be accessed as dispinterface methods or as vtable methods. This section covers some of the features of dual interfaces from an ATL perspective.

In This Section

Implementing a Dual Interface
Discusses the classes and wizards involved in implementing a dual interface.

Multiple Dual Interfaces
Discusses how to expose multiple dual interfaces on a single object.

The nonextensible Attribute
Discusses when to use the nonextensible attribute on your interface definition.

Dual Interfaces and Events
Discusses design reasons for not making an event interface a dual interface.

Related Sections

ATL
Provides links to conceptual topics on how to program using the Active Template Library.

See also

Concepts