This book consists of 15 chapters, with supporting appendixes.
Chapters 1 through 11 cover general information about presentation drivers.
Chapters 12, 13, 14, and 15 are references detailing each of three classes
of presentation driver function:
- Exported Driver Functions, Chapter 12
- Mandatory and Simulated Graphic Engine Functions,
Chapter 13
- Device Support Functions, Chapter 14
- Bidirectional (BIDI) Command Structures, Chapter 15
Introduction to OS/2 Presentation
Drivers
This chapter provides general information
about presentation drivers, such where they reside in the system, and what
they do.
Design Considerations for All
Drivers
This chapter contains a description
of general design considerations for all drivers. and specific design considerations
for display and hardcopy presentation drivers.
Graphics
Engine/Presentation Driver Design Changes
This
chapter describes the changes to the graphics engine since the OS/2 2.1
version.
Design
Considerations for Display Drivers
This chapter
contains a description of specific design considerations for display presentation
drivers. It also includes an overview about the IBM Distributed Console
Access Facility (DCAF) product and the Enhanced Direct Interface Video Extensions
(EnDIVE).
Design
Considerations for Hardcopy Drivers
This chapter
contains a description of specific design considerations for hardcopy presentation
drivers.
Display Drivers
This
chapter contains a description of the entry points a display driver must
export to the system, so that an application program can query the driver
and the system can enable it.
Distributed
Console Access Facility (DCAF) Architecture
This
chapter explains the Distributed Console Access Facility (DCAF), its architecture,
and impact on code.
Graphics
Engine Hardcopy Drivers
This chapter contains
a description of the hardcopy drivers that use the graphics engine dispatch
table, and the related support functions that are provided by the spooler.
Queue Drivers
This chapter contains a description of the
functions queue drivers must export so that they can be used by the spooler.
Port Drivers
This
chapter contains a description of the functions port drivers must export
so that they can be used by the Workplace Shell and the spooler.
Presentation Manager Function
Categories