Fundamentals of |
About · FAQ ·Tell a Friend · Comments · Course Home Page · IT Learning Center |
About this Course
This course is intended for serious computer hobbyists, IT students, and IT professionals. You need Windows and Visual C++ installed. The free online textbook for this course is Visual C++ 6 Unleashed . Read the Introduction to the book.
|
Lesson 30. Creating COM Objects Using ATL In this chapter, you'll look at creating custom COM objects using the Active Template Library (ATL). You'll learn how to use the Interface Definition Language (IDL) to define interfaces that go beyond the basic types supported by IDispatch. You'll examine how structures, enumerations, and unions can be passed over COM interfaces. And finally, you'll see an example of a COM client and server that pass structures and enumerations through a custom interface. Reading Assignments Read the following sections from your free online textbook:
Learning Activities
|
| Web design and curriculum: David L. Heiserman | Copyright © 2005 SweetHaven Publishing Services |